From 9baf6d39bd80db85bbeeb5bf8e8657b6ab60f151 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 23 Dec 2020 16:41:52 +0100 Subject: [PATCH] Change license to AGPLv3 --- LICENSE | 143 ++++++++---------- README.md | 2 +- magefile.go | 12 +- main.go | 6 +- pkg/caldav/caldav.go | 6 +- pkg/caldav/caldav_test.go | 6 +- pkg/cmd/cmd.go | 6 +- pkg/cmd/dump.go | 6 +- pkg/cmd/migrate.go | 6 +- pkg/cmd/restore.go | 6 +- pkg/cmd/testmail.go | 6 +- pkg/cmd/user.go | 6 +- pkg/cmd/version.go | 6 +- pkg/cmd/web.go | 6 +- pkg/config/config.go | 6 +- pkg/cron/cron.go | 6 +- pkg/db/db.go | 6 +- pkg/db/dump.go | 6 +- pkg/db/test.go | 6 +- pkg/db/test_fixtures.go | 6 +- pkg/files/db.go | 6 +- pkg/files/dump.go | 6 +- pkg/files/error.go | 6 +- pkg/files/filehandling.go | 6 +- pkg/files/files.go | 6 +- pkg/files/files_test.go | 6 +- pkg/files/main_test.go | 6 +- pkg/initialize/init.go | 6 +- pkg/integrations/archived_test.go | 6 +- pkg/integrations/integrations.go | 6 +- pkg/integrations/kanban_test.go | 6 +- pkg/integrations/link_sharing_test.go | 6 +- pkg/integrations/list_test.go | 6 +- pkg/integrations/login_test.go | 6 +- pkg/integrations/register_test.go | 6 +- pkg/integrations/task_collection_test.go | 6 +- pkg/integrations/task_comment_test.go | 6 +- pkg/integrations/task_test.go | 6 +- pkg/integrations/token_test.go | 6 +- pkg/integrations/user_change_password_test.go | 6 +- pkg/integrations/user_confirm_email_test.go | 6 +- pkg/integrations/user_list_test.go | 6 +- .../user_password_request_token_test.go | 6 +- pkg/integrations/user_password_reset_test.go | 6 +- pkg/integrations/user_show_test.go | 6 +- pkg/log/logging.go | 6 +- pkg/log/xorm_logger.go | 6 +- pkg/mail/mail.go | 6 +- pkg/mail/send_mail.go | 6 +- pkg/metrics/active_users.go | 6 +- pkg/metrics/metrics.go | 6 +- pkg/migration/20190324205606.go | 6 +- pkg/migration/20190328074430.go | 6 +- pkg/migration/20190430111111.go | 6 +- pkg/migration/20190511202210.go | 6 +- pkg/migration/20190514192749.go | 6 +- pkg/migration/20190524205441.go | 6 +- pkg/migration/20190718200716.go | 6 +- pkg/migration/20190818210133.go | 6 +- pkg/migration/20190920185205.go | 6 +- pkg/migration/20190922205826.go | 6 +- pkg/migration/20191008194238.go | 6 +- pkg/migration/20191010131430.go | 6 +- pkg/migration/20191207204427.go | 6 +- pkg/migration/20191207220736.go | 6 +- pkg/migration/20200120201756.go | 6 +- pkg/migration/20200219183248.go | 6 +- pkg/migration/20200308205855.go | 6 +- pkg/migration/20200308210130.go | 6 +- pkg/migration/20200322214440.go | 6 +- pkg/migration/20200322214624.go | 6 +- pkg/migration/20200417175201.go | 6 +- pkg/migration/20200418230432.go | 6 +- pkg/migration/20200418230605.go | 6 +- pkg/migration/20200420215928.go | 6 +- pkg/migration/20200425182634.go | 6 +- pkg/migration/20200509103709.go | 6 +- pkg/migration/20200515172220.go | 6 +- pkg/migration/20200515195546.go | 6 +- pkg/migration/20200516123847.go | 6 +- pkg/migration/20200524221534.go | 6 +- pkg/migration/20200524224611.go | 6 +- pkg/migration/20200614113230.go | 6 +- pkg/migration/20200621214452.go | 6 +- pkg/migration/20200801183357.go | 6 +- pkg/migration/20200904101559.go | 6 +- pkg/migration/20200905151040.go | 6 +- pkg/migration/20200905232458.go | 6 +- pkg/migration/20200906184746.go | 6 +- pkg/migration/20201025195822.go | 6 +- pkg/migration/20201121181647.go | 6 +- pkg/migration/20201218152741.go | 6 +- pkg/migration/20201218220204.go | 6 +- pkg/migration/20201219145028.go | 6 +- pkg/migration/migration.go | 6 +- pkg/models/bulk_task.go | 6 +- pkg/models/error.go | 6 +- pkg/models/kanban.go | 6 +- pkg/models/kanban_rights.go | 6 +- pkg/models/kanban_test.go | 6 +- pkg/models/label.go | 6 +- pkg/models/label_rights.go | 6 +- pkg/models/label_task.go | 6 +- pkg/models/label_task_rights.go | 6 +- pkg/models/label_test.go | 6 +- pkg/models/link_sharing.go | 6 +- pkg/models/link_sharing_rights.go | 6 +- pkg/models/list.go | 6 +- pkg/models/list_duplicate.go | 6 +- pkg/models/list_duplicate_test.go | 6 +- pkg/models/list_rights.go | 6 +- pkg/models/list_team.go | 6 +- pkg/models/list_team_rights.go | 6 +- pkg/models/list_team_test.go | 6 +- pkg/models/list_test.go | 6 +- pkg/models/list_users.go | 6 +- pkg/models/list_users_rights.go | 6 +- pkg/models/list_users_rights_test.go | 6 +- pkg/models/list_users_test.go | 6 +- pkg/models/main_test.go | 6 +- pkg/models/message.go | 6 +- pkg/models/models.go | 6 +- pkg/models/namespace.go | 6 +- pkg/models/namespace_rights.go | 6 +- pkg/models/namespace_team.go | 6 +- pkg/models/namespace_team_rights.go | 6 +- pkg/models/namespace_team_rights_test.go | 6 +- pkg/models/namespace_team_test.go | 6 +- pkg/models/namespace_test.go | 6 +- pkg/models/namespace_users.go | 6 +- pkg/models/namespace_users_rights.go | 6 +- pkg/models/namespace_users_rights_test.go | 6 +- pkg/models/namespace_users_test.go | 6 +- pkg/models/rights.go | 6 +- pkg/models/saved_filters.go | 6 +- pkg/models/saved_filters_rights.go | 6 +- pkg/models/saved_filters_test.go | 6 +- pkg/models/task_assignees.go | 6 +- pkg/models/task_assignees_rights.go | 6 +- pkg/models/task_attachment.go | 6 +- pkg/models/task_attachment_rights.go | 6 +- pkg/models/task_attachment_test.go | 6 +- pkg/models/task_collection.go | 6 +- pkg/models/task_collection_filter.go | 6 +- pkg/models/task_collection_sort.go | 6 +- pkg/models/task_collection_sort_test.go | 6 +- pkg/models/task_collection_test.go | 6 +- pkg/models/task_comment_rights.go | 6 +- pkg/models/task_comments.go | 6 +- pkg/models/task_comments_test.go | 6 +- pkg/models/task_relation.go | 6 +- pkg/models/task_relation_rights.go | 6 +- pkg/models/task_relation_test.go | 6 +- pkg/models/task_reminder.go | 6 +- pkg/models/tasks.go | 6 +- pkg/models/tasks_rights.go | 6 +- pkg/models/tasks_test.go | 6 +- pkg/models/team_members.go | 6 +- pkg/models/team_members_rights.go | 6 +- pkg/models/team_members_test.go | 6 +- pkg/models/teams.go | 6 +- pkg/models/teams_rights.go | 6 +- pkg/models/teams_rights_test.go | 6 +- pkg/models/teams_test.go | 6 +- pkg/models/unit_tests.go | 6 +- pkg/models/unsplash.go | 6 +- pkg/models/user_list.go | 6 +- pkg/models/users_list_test.go | 6 +- pkg/modules/auth/auth.go | 6 +- pkg/modules/auth/openid/main_test.go | 6 +- pkg/modules/auth/openid/openid.go | 6 +- pkg/modules/auth/openid/openid_test.go | 6 +- pkg/modules/auth/openid/providers.go | 6 +- pkg/modules/avatar/avatar.go | 6 +- pkg/modules/avatar/empty/empty.go | 6 +- pkg/modules/avatar/gravatar/gravatar.go | 6 +- pkg/modules/avatar/initials/initials.go | 6 +- pkg/modules/avatar/upload/upload.go | 6 +- pkg/modules/background/background.go | 6 +- pkg/modules/background/handler/background.go | 6 +- pkg/modules/background/unsplash/proxy.go | 6 +- pkg/modules/background/unsplash/unsplash.go | 6 +- pkg/modules/background/upload/upload.go | 6 +- pkg/modules/dump/dump.go | 6 +- pkg/modules/dump/restore.go | 6 +- pkg/modules/keyvalue/error/error.go | 6 +- pkg/modules/keyvalue/keyvalue.go | 6 +- pkg/modules/keyvalue/memory/memory.go | 6 +- pkg/modules/keyvalue/redis/redis.go | 6 +- .../migration/create_from_structure.go | 6 +- .../migration/create_from_structure_test.go | 6 +- pkg/modules/migration/db.go | 6 +- pkg/modules/migration/handler/handler.go | 6 +- pkg/modules/migration/helpers.go | 6 +- pkg/modules/migration/main_test.go | 6 +- .../microsoft-todo/microsoft_todo.go | 6 +- .../microsoft-todo/microsoft_todo_test.go | 6 +- pkg/modules/migration/migration_status.go | 6 +- pkg/modules/migration/migrator.go | 6 +- pkg/modules/migration/todoist/todoist.go | 6 +- pkg/modules/migration/todoist/todoist_test.go | 6 +- pkg/modules/migration/trello/trello.go | 6 +- pkg/modules/migration/trello/trello_test.go | 6 +- .../migration/wunderlist/wunderlist.go | 6 +- .../migration/wunderlist/wunderlist_test.go | 6 +- pkg/red/redis.go | 6 +- pkg/routes/api/v1/avatar.go | 6 +- pkg/routes/api/v1/docs.go | 6 +- pkg/routes/api/v1/info.go | 6 +- pkg/routes/api/v1/link_sharing_auth.go | 6 +- pkg/routes/api/v1/list_by_namespace.go | 6 +- pkg/routes/api/v1/login.go | 6 +- pkg/routes/api/v1/task_attachment.go | 6 +- pkg/routes/api/v1/testing.go | 6 +- pkg/routes/api/v1/token_check.go | 6 +- pkg/routes/api/v1/user_confirm_email.go | 6 +- pkg/routes/api/v1/user_list.go | 6 +- pkg/routes/api/v1/user_password_reset.go | 6 +- pkg/routes/api/v1/user_register.go | 6 +- pkg/routes/api/v1/user_settings.go | 6 +- pkg/routes/api/v1/user_show.go | 6 +- pkg/routes/api/v1/user_totp.go | 6 +- pkg/routes/api/v1/user_update_email.go | 6 +- pkg/routes/api/v1/user_update_password.go | 6 +- pkg/routes/caldav/handler.go | 6 +- pkg/routes/caldav/listStorageProvider.go | 6 +- pkg/routes/caldav/parsing.go | 6 +- pkg/routes/metrics.go | 6 +- pkg/routes/rate_limit.go | 6 +- pkg/routes/routes.go | 6 +- pkg/static/static.go | 6 +- pkg/static/templates.go | 6 +- pkg/static/templates_generate.go | 6 +- pkg/user/db.go | 6 +- pkg/user/error.go | 6 +- pkg/user/main_test.go | 6 +- pkg/user/test.go | 6 +- pkg/user/totp.go | 6 +- pkg/user/update_email.go | 6 +- pkg/user/user.go | 6 +- pkg/user/user_create.go | 6 +- pkg/user/user_email_confirm.go | 6 +- pkg/user/user_email_confirm_test.go | 6 +- pkg/user/user_password_reset.go | 6 +- pkg/user/user_test.go | 6 +- pkg/user/users_list.go | 6 +- pkg/utils/md5_string.go | 6 +- pkg/utils/md5_string_test.go | 6 +- pkg/utils/random_string.go | 6 +- pkg/utils/random_string_test.go | 6 +- pkg/utils/sha256.go | 6 +- pkg/utils/sha256_test.go | 6 +- pkg/version/version.go | 6 +- tools.go | 6 +- 254 files changed, 825 insertions(+), 838 deletions(-) diff --git a/LICENSE b/LICENSE index e72bfddabc1..0ad25db4bd1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies @@ -7,17 +7,15 @@ Preamble - The GNU General Public License is a free, copyleft license for -software and other kinds of works. + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to +our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. +software for all its users. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you @@ -26,44 +24,34 @@ them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. The precise terms and conditions for copying, distribution and modification follow. @@ -72,7 +60,7 @@ modification follow. 0. Definitions. - "This License" refers to version 3 of the GNU General Public License. + "This License" refers to version 3 of the GNU Affero General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. @@ -549,35 +537,45 @@ to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - 13. Use with the GNU Affero General Public License. + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single +under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General +Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published +GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's +versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. @@ -635,40 +633,29 @@ the "copyright" line and a pointer to where the full notice is found. Copyright (C) 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 - the Free Software Foundation, either version 3 of the License, or + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + GNU Affero General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see +For more information on this, and how to apply and follow the GNU AGPL, see . - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. \ No newline at end of file diff --git a/README.md b/README.md index e74117cb12d..1697965d48a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://drone.kolaente.de/api/badges/vikunja/api/status.svg)](https://drone.kolaente.de/vikunja/api) -[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](LICENSE) +[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](LICENSE) [![Download](https://img.shields.io/badge/download-v0.15.1-brightgreen.svg)](https://dl.vikunja.io) [![Docker Pulls](https://img.shields.io/docker/pulls/vikunja/api.svg)](https://hub.docker.com/r/vikunja/api/) [![Swagger Docs](https://img.shields.io/badge/swagger-docs-brightgreen.svg)](https://try.vikunja.io/api/v1/docs) diff --git a/magefile.go b/magefile.go index b56b30d31d4..39ffa899dae 100644 --- a/magefile.go +++ b/magefile.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . // +build mage @@ -708,16 +708,16 @@ func (Dev) CreateMigration() error { // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/main.go b/main.go index d749c2abc49..3d75ff8df84 100644 --- a/main.go +++ b/main.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package main diff --git a/pkg/caldav/caldav.go b/pkg/caldav/caldav.go index f2f34bab256..5783fbe4833 100644 --- a/pkg/caldav/caldav.go +++ b/pkg/caldav/caldav.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package caldav diff --git a/pkg/caldav/caldav_test.go b/pkg/caldav/caldav_test.go index 931f866c2fe..75e19ece01f 100644 --- a/pkg/caldav/caldav_test.go +++ b/pkg/caldav/caldav_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package caldav diff --git a/pkg/cmd/cmd.go b/pkg/cmd/cmd.go index eeccf2b5780..e45a72e6ed4 100644 --- a/pkg/cmd/cmd.go +++ b/pkg/cmd/cmd.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package cmd diff --git a/pkg/cmd/dump.go b/pkg/cmd/dump.go index c6fd6dcec78..8de172d23ef 100644 --- a/pkg/cmd/dump.go +++ b/pkg/cmd/dump.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package cmd diff --git a/pkg/cmd/migrate.go b/pkg/cmd/migrate.go index 016db19ff73..a88940924d2 100644 --- a/pkg/cmd/migrate.go +++ b/pkg/cmd/migrate.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package cmd diff --git a/pkg/cmd/restore.go b/pkg/cmd/restore.go index 54719d44cdd..f1fdaae99e1 100644 --- a/pkg/cmd/restore.go +++ b/pkg/cmd/restore.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package cmd diff --git a/pkg/cmd/testmail.go b/pkg/cmd/testmail.go index f02d4b3c8de..19280c7a256 100644 --- a/pkg/cmd/testmail.go +++ b/pkg/cmd/testmail.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package cmd diff --git a/pkg/cmd/user.go b/pkg/cmd/user.go index 9237fc94875..545538fa391 100644 --- a/pkg/cmd/user.go +++ b/pkg/cmd/user.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package cmd diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index ae75995092f..708850a5e27 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package cmd diff --git a/pkg/cmd/web.go b/pkg/cmd/web.go index 3a9707c88af..2472033f226 100644 --- a/pkg/cmd/web.go +++ b/pkg/cmd/web.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package cmd diff --git a/pkg/config/config.go b/pkg/config/config.go index 4b4220dfba4..4301a1a3042 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package config diff --git a/pkg/cron/cron.go b/pkg/cron/cron.go index c1c65fc7574..7071b25ddf7 100644 --- a/pkg/cron/cron.go +++ b/pkg/cron/cron.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package cron diff --git a/pkg/db/db.go b/pkg/db/db.go index 706456d2dfd..2de18cc9685 100644 --- a/pkg/db/db.go +++ b/pkg/db/db.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package db diff --git a/pkg/db/dump.go b/pkg/db/dump.go index 1d304949afc..f21b9371d2b 100644 --- a/pkg/db/dump.go +++ b/pkg/db/dump.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package db diff --git a/pkg/db/test.go b/pkg/db/test.go index eb82c051c3c..17136ebfd1d 100644 --- a/pkg/db/test.go +++ b/pkg/db/test.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package db diff --git a/pkg/db/test_fixtures.go b/pkg/db/test_fixtures.go index ea90aa33977..2451bd263ba 100644 --- a/pkg/db/test_fixtures.go +++ b/pkg/db/test_fixtures.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package db diff --git a/pkg/files/db.go b/pkg/files/db.go index 1390aae32ef..0b5edba57bb 100644 --- a/pkg/files/db.go +++ b/pkg/files/db.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package files diff --git a/pkg/files/dump.go b/pkg/files/dump.go index 379a4f7dd73..b64fe35af45 100644 --- a/pkg/files/dump.go +++ b/pkg/files/dump.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package files diff --git a/pkg/files/error.go b/pkg/files/error.go index 548fd057b5f..1dbe309730c 100644 --- a/pkg/files/error.go +++ b/pkg/files/error.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package files diff --git a/pkg/files/filehandling.go b/pkg/files/filehandling.go index 5749211a684..798815698b5 100644 --- a/pkg/files/filehandling.go +++ b/pkg/files/filehandling.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package files diff --git a/pkg/files/files.go b/pkg/files/files.go index da2cca4a451..83cde2b888e 100644 --- a/pkg/files/files.go +++ b/pkg/files/files.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package files diff --git a/pkg/files/files_test.go b/pkg/files/files_test.go index ea1bc474f10..b8ad2046536 100644 --- a/pkg/files/files_test.go +++ b/pkg/files/files_test.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package files diff --git a/pkg/files/main_test.go b/pkg/files/main_test.go index 078a7b6482b..18eccb5b56a 100644 --- a/pkg/files/main_test.go +++ b/pkg/files/main_test.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package files diff --git a/pkg/initialize/init.go b/pkg/initialize/init.go index 21884a3e308..5ed4bdebba5 100644 --- a/pkg/initialize/init.go +++ b/pkg/initialize/init.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package initialize diff --git a/pkg/integrations/archived_test.go b/pkg/integrations/archived_test.go index 9aab92f066b..5731ec9dbc8 100644 --- a/pkg/integrations/archived_test.go +++ b/pkg/integrations/archived_test.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package integrations diff --git a/pkg/integrations/integrations.go b/pkg/integrations/integrations.go index 1928a007092..a2404501126 100644 --- a/pkg/integrations/integrations.go +++ b/pkg/integrations/integrations.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/kanban_test.go b/pkg/integrations/kanban_test.go index abcd0b7d96b..5ed409e99d1 100644 --- a/pkg/integrations/kanban_test.go +++ b/pkg/integrations/kanban_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/link_sharing_test.go b/pkg/integrations/link_sharing_test.go index d36dbbbd6f6..eb9f8214261 100644 --- a/pkg/integrations/link_sharing_test.go +++ b/pkg/integrations/link_sharing_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/list_test.go b/pkg/integrations/list_test.go index f904774fe33..46d33331239 100644 --- a/pkg/integrations/list_test.go +++ b/pkg/integrations/list_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/login_test.go b/pkg/integrations/login_test.go index 11b3e70737a..9ca81a189fd 100644 --- a/pkg/integrations/login_test.go +++ b/pkg/integrations/login_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/register_test.go b/pkg/integrations/register_test.go index c898982b0aa..d8e4767ee78 100644 --- a/pkg/integrations/register_test.go +++ b/pkg/integrations/register_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/task_collection_test.go b/pkg/integrations/task_collection_test.go index 99387c84b66..cee83772ae2 100644 --- a/pkg/integrations/task_collection_test.go +++ b/pkg/integrations/task_collection_test.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package integrations diff --git a/pkg/integrations/task_comment_test.go b/pkg/integrations/task_comment_test.go index 11148086af1..452b2ad7121 100644 --- a/pkg/integrations/task_comment_test.go +++ b/pkg/integrations/task_comment_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/task_test.go b/pkg/integrations/task_test.go index f9f88f29f2b..5ae94730d42 100644 --- a/pkg/integrations/task_test.go +++ b/pkg/integrations/task_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/token_test.go b/pkg/integrations/token_test.go index 8ea0c797d0e..2c7bdb965d3 100644 --- a/pkg/integrations/token_test.go +++ b/pkg/integrations/token_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/user_change_password_test.go b/pkg/integrations/user_change_password_test.go index e5dc346041d..4bfada5fde4 100644 --- a/pkg/integrations/user_change_password_test.go +++ b/pkg/integrations/user_change_password_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/user_confirm_email_test.go b/pkg/integrations/user_confirm_email_test.go index 6f43dde3895..8d8e00c6522 100644 --- a/pkg/integrations/user_confirm_email_test.go +++ b/pkg/integrations/user_confirm_email_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/user_list_test.go b/pkg/integrations/user_list_test.go index f83f3cc1c4e..405dde5ce99 100644 --- a/pkg/integrations/user_list_test.go +++ b/pkg/integrations/user_list_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/user_password_request_token_test.go b/pkg/integrations/user_password_request_token_test.go index a4498e45cfa..c22acfde2d2 100644 --- a/pkg/integrations/user_password_request_token_test.go +++ b/pkg/integrations/user_password_request_token_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/user_password_reset_test.go b/pkg/integrations/user_password_reset_test.go index db62acbba61..b0cd869b46c 100644 --- a/pkg/integrations/user_password_reset_test.go +++ b/pkg/integrations/user_password_reset_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/integrations/user_show_test.go b/pkg/integrations/user_show_test.go index 799ac65d2bd..8b9e4a6890f 100644 --- a/pkg/integrations/user_show_test.go +++ b/pkg/integrations/user_show_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package integrations diff --git a/pkg/log/logging.go b/pkg/log/logging.go index 5fd2598c8ed..705c0d00258 100644 --- a/pkg/log/logging.go +++ b/pkg/log/logging.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package log diff --git a/pkg/log/xorm_logger.go b/pkg/log/xorm_logger.go index e3eed56228b..7b8109641b5 100644 --- a/pkg/log/xorm_logger.go +++ b/pkg/log/xorm_logger.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package log diff --git a/pkg/mail/mail.go b/pkg/mail/mail.go index 4cbd0693b23..3949d08a0f8 100644 --- a/pkg/mail/mail.go +++ b/pkg/mail/mail.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package mail diff --git a/pkg/mail/send_mail.go b/pkg/mail/send_mail.go index f0357547f99..83f157341da 100644 --- a/pkg/mail/send_mail.go +++ b/pkg/mail/send_mail.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package mail diff --git a/pkg/metrics/active_users.go b/pkg/metrics/active_users.go index 4aeddae4ffa..f25ee1d294f 100644 --- a/pkg/metrics/active_users.go +++ b/pkg/metrics/active_users.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package metrics diff --git a/pkg/metrics/metrics.go b/pkg/metrics/metrics.go index 0d1a953d964..b29696f9bcf 100644 --- a/pkg/metrics/metrics.go +++ b/pkg/metrics/metrics.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package metrics diff --git a/pkg/migration/20190324205606.go b/pkg/migration/20190324205606.go index 2a73defd075..f021c05d934 100644 --- a/pkg/migration/20190324205606.go +++ b/pkg/migration/20190324205606.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20190328074430.go b/pkg/migration/20190328074430.go index 516a673ddd9..12ee12e7aac 100644 --- a/pkg/migration/20190328074430.go +++ b/pkg/migration/20190328074430.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20190430111111.go b/pkg/migration/20190430111111.go index 884d1aa126f..2ecaea85ff6 100644 --- a/pkg/migration/20190430111111.go +++ b/pkg/migration/20190430111111.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20190511202210.go b/pkg/migration/20190511202210.go index 76d2f2b9fce..3fa711f961a 100644 --- a/pkg/migration/20190511202210.go +++ b/pkg/migration/20190511202210.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20190514192749.go b/pkg/migration/20190514192749.go index 79159007b98..56c87a2dc66 100644 --- a/pkg/migration/20190514192749.go +++ b/pkg/migration/20190514192749.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20190524205441.go b/pkg/migration/20190524205441.go index 242c6f6025d..7dbe9e01995 100644 --- a/pkg/migration/20190524205441.go +++ b/pkg/migration/20190524205441.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20190718200716.go b/pkg/migration/20190718200716.go index 4f1eaa80f21..0faa29a5bcd 100644 --- a/pkg/migration/20190718200716.go +++ b/pkg/migration/20190718200716.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20190818210133.go b/pkg/migration/20190818210133.go index b306daab95a..774d0cac3b5 100644 --- a/pkg/migration/20190818210133.go +++ b/pkg/migration/20190818210133.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package migration diff --git a/pkg/migration/20190920185205.go b/pkg/migration/20190920185205.go index 473d0690046..0c983a57e09 100644 --- a/pkg/migration/20190920185205.go +++ b/pkg/migration/20190920185205.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package migration diff --git a/pkg/migration/20190922205826.go b/pkg/migration/20190922205826.go index 4babe9194e7..a1466b886d1 100644 --- a/pkg/migration/20190922205826.go +++ b/pkg/migration/20190922205826.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package migration diff --git a/pkg/migration/20191008194238.go b/pkg/migration/20191008194238.go index 65eed665db0..e5830d49c1d 100644 --- a/pkg/migration/20191008194238.go +++ b/pkg/migration/20191008194238.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20191010131430.go b/pkg/migration/20191010131430.go index 2428ea4d15f..f9ebe846ad8 100644 --- a/pkg/migration/20191010131430.go +++ b/pkg/migration/20191010131430.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package migration diff --git a/pkg/migration/20191207204427.go b/pkg/migration/20191207204427.go index 82df31f7b8b..2768a69f872 100644 --- a/pkg/migration/20191207204427.go +++ b/pkg/migration/20191207204427.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package migration diff --git a/pkg/migration/20191207220736.go b/pkg/migration/20191207220736.go index 9c3e616cb7f..ad8b1cee21b 100644 --- a/pkg/migration/20191207220736.go +++ b/pkg/migration/20191207220736.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package migration diff --git a/pkg/migration/20200120201756.go b/pkg/migration/20200120201756.go index 4b18a32f8c1..11e15461f26 100644 --- a/pkg/migration/20200120201756.go +++ b/pkg/migration/20200120201756.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200219183248.go b/pkg/migration/20200219183248.go index d12c66e385a..1684675b5e7 100644 --- a/pkg/migration/20200219183248.go +++ b/pkg/migration/20200219183248.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200308205855.go b/pkg/migration/20200308205855.go index fbe4d3a0385..4ba5f05f68d 100644 --- a/pkg/migration/20200308205855.go +++ b/pkg/migration/20200308205855.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200308210130.go b/pkg/migration/20200308210130.go index c96a38be0dd..dd476a8048b 100644 --- a/pkg/migration/20200308210130.go +++ b/pkg/migration/20200308210130.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200322214440.go b/pkg/migration/20200322214440.go index 77f369a7954..e24de6d899f 100644 --- a/pkg/migration/20200322214440.go +++ b/pkg/migration/20200322214440.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package migration diff --git a/pkg/migration/20200322214624.go b/pkg/migration/20200322214624.go index 75107b2d5a1..d67da4ee744 100644 --- a/pkg/migration/20200322214624.go +++ b/pkg/migration/20200322214624.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package migration diff --git a/pkg/migration/20200417175201.go b/pkg/migration/20200417175201.go index b851da2a996..0ee4e91d00c 100644 --- a/pkg/migration/20200417175201.go +++ b/pkg/migration/20200417175201.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200418230432.go b/pkg/migration/20200418230432.go index 213379a43c1..53cb2fb6a78 100644 --- a/pkg/migration/20200418230432.go +++ b/pkg/migration/20200418230432.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200418230605.go b/pkg/migration/20200418230605.go index 51126f8b519..2e2fa86c956 100644 --- a/pkg/migration/20200418230605.go +++ b/pkg/migration/20200418230605.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200420215928.go b/pkg/migration/20200420215928.go index ffc05c954e5..655caa4db89 100644 --- a/pkg/migration/20200420215928.go +++ b/pkg/migration/20200420215928.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200425182634.go b/pkg/migration/20200425182634.go index c20696e7f84..c2274f46197 100644 --- a/pkg/migration/20200425182634.go +++ b/pkg/migration/20200425182634.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200509103709.go b/pkg/migration/20200509103709.go index 3ad77bb2f4f..73a755fab6b 100644 --- a/pkg/migration/20200509103709.go +++ b/pkg/migration/20200509103709.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200515172220.go b/pkg/migration/20200515172220.go index 63c7f7157ea..d69a807d958 100644 --- a/pkg/migration/20200515172220.go +++ b/pkg/migration/20200515172220.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200515195546.go b/pkg/migration/20200515195546.go index e519c50a32d..4040b55ed59 100644 --- a/pkg/migration/20200515195546.go +++ b/pkg/migration/20200515195546.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200516123847.go b/pkg/migration/20200516123847.go index f9b9c5c88f9..b28593680cb 100644 --- a/pkg/migration/20200516123847.go +++ b/pkg/migration/20200516123847.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200524221534.go b/pkg/migration/20200524221534.go index 6a6ea0772cf..72fee53916a 100644 --- a/pkg/migration/20200524221534.go +++ b/pkg/migration/20200524221534.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200524224611.go b/pkg/migration/20200524224611.go index 094169b9de1..2fffdfa802c 100644 --- a/pkg/migration/20200524224611.go +++ b/pkg/migration/20200524224611.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200614113230.go b/pkg/migration/20200614113230.go index d44ef4d6b7f..8f840c6e7bd 100644 --- a/pkg/migration/20200614113230.go +++ b/pkg/migration/20200614113230.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200621214452.go b/pkg/migration/20200621214452.go index 0e6666cdc9c..1e88cfcb07f 100644 --- a/pkg/migration/20200621214452.go +++ b/pkg/migration/20200621214452.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200801183357.go b/pkg/migration/20200801183357.go index dc9363005cf..4324608cd5e 100644 --- a/pkg/migration/20200801183357.go +++ b/pkg/migration/20200801183357.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200904101559.go b/pkg/migration/20200904101559.go index 5be1a79c36c..7205cd3c39e 100644 --- a/pkg/migration/20200904101559.go +++ b/pkg/migration/20200904101559.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200905151040.go b/pkg/migration/20200905151040.go index 5bc3412940f..1454b1a64f4 100644 --- a/pkg/migration/20200905151040.go +++ b/pkg/migration/20200905151040.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200905232458.go b/pkg/migration/20200905232458.go index a11d0a8938d..5d9dbdaba1d 100644 --- a/pkg/migration/20200905232458.go +++ b/pkg/migration/20200905232458.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20200906184746.go b/pkg/migration/20200906184746.go index a8317f1b6c8..0037db8d481 100644 --- a/pkg/migration/20200906184746.go +++ b/pkg/migration/20200906184746.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20201025195822.go b/pkg/migration/20201025195822.go index 73d5c62ecf3..eab3548087b 100644 --- a/pkg/migration/20201025195822.go +++ b/pkg/migration/20201025195822.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20201121181647.go b/pkg/migration/20201121181647.go index 3db604ebf4c..bd304b3afd2 100644 --- a/pkg/migration/20201121181647.go +++ b/pkg/migration/20201121181647.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20201218152741.go b/pkg/migration/20201218152741.go index ebb0b7a7108..4f9ba6980d9 100644 --- a/pkg/migration/20201218152741.go +++ b/pkg/migration/20201218152741.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20201218220204.go b/pkg/migration/20201218220204.go index ef5517b1735..48090b7a1c3 100644 --- a/pkg/migration/20201218220204.go +++ b/pkg/migration/20201218220204.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/20201219145028.go b/pkg/migration/20201219145028.go index e596691b40e..282d69b56a6 100644 --- a/pkg/migration/20201219145028.go +++ b/pkg/migration/20201219145028.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/migration/migration.go b/pkg/migration/migration.go index 3cb0c9f62b6..d422470a4b9 100644 --- a/pkg/migration/migration.go +++ b/pkg/migration/migration.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/models/bulk_task.go b/pkg/models/bulk_task.go index e1a42e0e5c0..36241047d58 100644 --- a/pkg/models/bulk_task.go +++ b/pkg/models/bulk_task.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/error.go b/pkg/models/error.go index a2081488e69..073116927f6 100644 --- a/pkg/models/error.go +++ b/pkg/models/error.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/kanban.go b/pkg/models/kanban.go index e24f9361b7b..433764cb562 100644 --- a/pkg/models/kanban.go +++ b/pkg/models/kanban.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/kanban_rights.go b/pkg/models/kanban_rights.go index acf10bb3cfe..a2b5430f272 100644 --- a/pkg/models/kanban_rights.go +++ b/pkg/models/kanban_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/kanban_test.go b/pkg/models/kanban_test.go index 59fab2d0ec2..87a53b81563 100644 --- a/pkg/models/kanban_test.go +++ b/pkg/models/kanban_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/label.go b/pkg/models/label.go index d6697862527..783f8c1f732 100644 --- a/pkg/models/label.go +++ b/pkg/models/label.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/label_rights.go b/pkg/models/label_rights.go index c6919301cf7..e54158acad3 100644 --- a/pkg/models/label_rights.go +++ b/pkg/models/label_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/label_task.go b/pkg/models/label_task.go index 9c0af12a924..b06c0fe3567 100644 --- a/pkg/models/label_task.go +++ b/pkg/models/label_task.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/label_task_rights.go b/pkg/models/label_task_rights.go index 300969e0da0..33d9311dde0 100644 --- a/pkg/models/label_task_rights.go +++ b/pkg/models/label_task_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/label_test.go b/pkg/models/label_test.go index 64175f76ec9..cac2d0729bb 100644 --- a/pkg/models/label_test.go +++ b/pkg/models/label_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/link_sharing.go b/pkg/models/link_sharing.go index 51f321cf704..fe51a51f3a8 100644 --- a/pkg/models/link_sharing.go +++ b/pkg/models/link_sharing.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package models diff --git a/pkg/models/link_sharing_rights.go b/pkg/models/link_sharing_rights.go index 1d9f0d40c23..5bd8988bb4d 100644 --- a/pkg/models/link_sharing_rights.go +++ b/pkg/models/link_sharing_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/list.go b/pkg/models/list.go index a50a98a2a22..59f982dd6fe 100644 --- a/pkg/models/list.go +++ b/pkg/models/list.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/list_duplicate.go b/pkg/models/list_duplicate.go index 7de3007d4a0..5051b1d4190 100644 --- a/pkg/models/list_duplicate.go +++ b/pkg/models/list_duplicate.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/list_duplicate_test.go b/pkg/models/list_duplicate_test.go index c1d5c3ae238..a8981fb92a2 100644 --- a/pkg/models/list_duplicate_test.go +++ b/pkg/models/list_duplicate_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/list_rights.go b/pkg/models/list_rights.go index aed3f0b7a6c..4d7cd401501 100644 --- a/pkg/models/list_rights.go +++ b/pkg/models/list_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/list_team.go b/pkg/models/list_team.go index 82619d2d069..8c9a57b73aa 100644 --- a/pkg/models/list_team.go +++ b/pkg/models/list_team.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/list_team_rights.go b/pkg/models/list_team_rights.go index f90f9de5366..ea6eb91508e 100644 --- a/pkg/models/list_team_rights.go +++ b/pkg/models/list_team_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/list_team_test.go b/pkg/models/list_team_test.go index 494f44145e5..5eb62cedc49 100644 --- a/pkg/models/list_team_test.go +++ b/pkg/models/list_team_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/list_test.go b/pkg/models/list_test.go index 450d50d28be..e30b3b58869 100644 --- a/pkg/models/list_test.go +++ b/pkg/models/list_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/list_users.go b/pkg/models/list_users.go index 3c55a67d70d..fed51205730 100644 --- a/pkg/models/list_users.go +++ b/pkg/models/list_users.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/list_users_rights.go b/pkg/models/list_users_rights.go index 057b70dba64..9e9197fbf1f 100644 --- a/pkg/models/list_users_rights.go +++ b/pkg/models/list_users_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/list_users_rights_test.go b/pkg/models/list_users_rights_test.go index 359e38c4228..e081d44aead 100644 --- a/pkg/models/list_users_rights_test.go +++ b/pkg/models/list_users_rights_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/list_users_test.go b/pkg/models/list_users_test.go index 27b6477c309..106d4e21ec7 100644 --- a/pkg/models/list_users_test.go +++ b/pkg/models/list_users_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/main_test.go b/pkg/models/main_test.go index 3aae44d6496..ed1b3a7f4cc 100644 --- a/pkg/models/main_test.go +++ b/pkg/models/main_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/message.go b/pkg/models/message.go index 90842549706..833a2656f24 100644 --- a/pkg/models/message.go +++ b/pkg/models/message.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/models.go b/pkg/models/models.go index c990e0a86d5..87dc77cd9a6 100644 --- a/pkg/models/models.go +++ b/pkg/models/models.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/namespace.go b/pkg/models/namespace.go index d0107e10edb..ff714aa7a29 100644 --- a/pkg/models/namespace.go +++ b/pkg/models/namespace.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/namespace_rights.go b/pkg/models/namespace_rights.go index 539e790ae6e..d8196ef78f7 100644 --- a/pkg/models/namespace_rights.go +++ b/pkg/models/namespace_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/namespace_team.go b/pkg/models/namespace_team.go index ff643f814d8..9f8234d980d 100644 --- a/pkg/models/namespace_team.go +++ b/pkg/models/namespace_team.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/namespace_team_rights.go b/pkg/models/namespace_team_rights.go index 199cb8a7100..f69ca335064 100644 --- a/pkg/models/namespace_team_rights.go +++ b/pkg/models/namespace_team_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/namespace_team_rights_test.go b/pkg/models/namespace_team_rights_test.go index 6619337b7c4..4f71a34e845 100644 --- a/pkg/models/namespace_team_rights_test.go +++ b/pkg/models/namespace_team_rights_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/namespace_team_test.go b/pkg/models/namespace_team_test.go index 22fd64f4a70..c47fef8ca23 100644 --- a/pkg/models/namespace_team_test.go +++ b/pkg/models/namespace_team_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/namespace_test.go b/pkg/models/namespace_test.go index 5e0bc213851..57a19ca1afc 100644 --- a/pkg/models/namespace_test.go +++ b/pkg/models/namespace_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/namespace_users.go b/pkg/models/namespace_users.go index ad58fcf7ff7..5af99cbf000 100644 --- a/pkg/models/namespace_users.go +++ b/pkg/models/namespace_users.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/namespace_users_rights.go b/pkg/models/namespace_users_rights.go index a0a7f262c9f..bad2a978788 100644 --- a/pkg/models/namespace_users_rights.go +++ b/pkg/models/namespace_users_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/namespace_users_rights_test.go b/pkg/models/namespace_users_rights_test.go index e8211cfaaad..4b8a3e8fbe7 100644 --- a/pkg/models/namespace_users_rights_test.go +++ b/pkg/models/namespace_users_rights_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/namespace_users_test.go b/pkg/models/namespace_users_test.go index b49d1376d79..b85b6aa7614 100644 --- a/pkg/models/namespace_users_test.go +++ b/pkg/models/namespace_users_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/rights.go b/pkg/models/rights.go index 98e3ee65981..6e701dc3b43 100644 --- a/pkg/models/rights.go +++ b/pkg/models/rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/saved_filters.go b/pkg/models/saved_filters.go index 22ed0f1d605..02ab1816d0f 100644 --- a/pkg/models/saved_filters.go +++ b/pkg/models/saved_filters.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/saved_filters_rights.go b/pkg/models/saved_filters_rights.go index 7866958e927..2c0bce1cc94 100644 --- a/pkg/models/saved_filters_rights.go +++ b/pkg/models/saved_filters_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/saved_filters_test.go b/pkg/models/saved_filters_test.go index ea5afc7f178..cfe67575e92 100644 --- a/pkg/models/saved_filters_test.go +++ b/pkg/models/saved_filters_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/task_assignees.go b/pkg/models/task_assignees.go index ce35b26f46c..06f804b17aa 100644 --- a/pkg/models/task_assignees.go +++ b/pkg/models/task_assignees.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/task_assignees_rights.go b/pkg/models/task_assignees_rights.go index 1385ea088b5..84ae4741a88 100644 --- a/pkg/models/task_assignees_rights.go +++ b/pkg/models/task_assignees_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/task_attachment.go b/pkg/models/task_attachment.go index df438ecea6a..a5ba835d568 100644 --- a/pkg/models/task_attachment.go +++ b/pkg/models/task_attachment.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/task_attachment_rights.go b/pkg/models/task_attachment_rights.go index 0bc4248f43d..38361caa12c 100644 --- a/pkg/models/task_attachment_rights.go +++ b/pkg/models/task_attachment_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/task_attachment_test.go b/pkg/models/task_attachment_test.go index 286bad137b0..c7e2d29305c 100644 --- a/pkg/models/task_attachment_test.go +++ b/pkg/models/task_attachment_test.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package models diff --git a/pkg/models/task_collection.go b/pkg/models/task_collection.go index fe77772459f..7b276199339 100644 --- a/pkg/models/task_collection.go +++ b/pkg/models/task_collection.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package models diff --git a/pkg/models/task_collection_filter.go b/pkg/models/task_collection_filter.go index aed3b1c3048..4ec9eccbdba 100644 --- a/pkg/models/task_collection_filter.go +++ b/pkg/models/task_collection_filter.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package models diff --git a/pkg/models/task_collection_sort.go b/pkg/models/task_collection_sort.go index b8085b0bde6..d28570e613c 100644 --- a/pkg/models/task_collection_sort.go +++ b/pkg/models/task_collection_sort.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/task_collection_sort_test.go b/pkg/models/task_collection_sort_test.go index 9677bc1c9a7..d24c1603423 100644 --- a/pkg/models/task_collection_sort_test.go +++ b/pkg/models/task_collection_sort_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/task_collection_test.go b/pkg/models/task_collection_test.go index 29c8fc7c7a8..7c211122695 100644 --- a/pkg/models/task_collection_test.go +++ b/pkg/models/task_collection_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/task_comment_rights.go b/pkg/models/task_comment_rights.go index 9ff8087191c..bd0b5c9cf43 100644 --- a/pkg/models/task_comment_rights.go +++ b/pkg/models/task_comment_rights.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package models diff --git a/pkg/models/task_comments.go b/pkg/models/task_comments.go index adf619c264b..64fc14afce4 100644 --- a/pkg/models/task_comments.go +++ b/pkg/models/task_comments.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package models diff --git a/pkg/models/task_comments_test.go b/pkg/models/task_comments_test.go index 0d8bc33f5f1..c5a8e4c3094 100644 --- a/pkg/models/task_comments_test.go +++ b/pkg/models/task_comments_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/task_relation.go b/pkg/models/task_relation.go index 0b4d826c7ee..a1339679b68 100644 --- a/pkg/models/task_relation.go +++ b/pkg/models/task_relation.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package models diff --git a/pkg/models/task_relation_rights.go b/pkg/models/task_relation_rights.go index e68fa1a05e2..adc5904d481 100644 --- a/pkg/models/task_relation_rights.go +++ b/pkg/models/task_relation_rights.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package models diff --git a/pkg/models/task_relation_test.go b/pkg/models/task_relation_test.go index eb053e7e0ca..08281791288 100644 --- a/pkg/models/task_relation_test.go +++ b/pkg/models/task_relation_test.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package models diff --git a/pkg/models/task_reminder.go b/pkg/models/task_reminder.go index 15a9d6c9104..bcaaedb32be 100644 --- a/pkg/models/task_reminder.go +++ b/pkg/models/task_reminder.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/tasks.go b/pkg/models/tasks.go index fb49dc6db7a..ff0b9165d7c 100644 --- a/pkg/models/tasks.go +++ b/pkg/models/tasks.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/tasks_rights.go b/pkg/models/tasks_rights.go index da044ac734d..5324e1fb9b3 100644 --- a/pkg/models/tasks_rights.go +++ b/pkg/models/tasks_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/tasks_test.go b/pkg/models/tasks_test.go index e3ab6c6ae61..36a2439343e 100644 --- a/pkg/models/tasks_test.go +++ b/pkg/models/tasks_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/team_members.go b/pkg/models/team_members.go index 3e930731de9..52beda4a20f 100644 --- a/pkg/models/team_members.go +++ b/pkg/models/team_members.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/team_members_rights.go b/pkg/models/team_members_rights.go index 3037c83d100..287f3d54741 100644 --- a/pkg/models/team_members_rights.go +++ b/pkg/models/team_members_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/team_members_test.go b/pkg/models/team_members_test.go index b682577d38f..cf8896b5a18 100644 --- a/pkg/models/team_members_test.go +++ b/pkg/models/team_members_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/teams.go b/pkg/models/teams.go index 27611a4d7f0..db548c9a4cd 100644 --- a/pkg/models/teams.go +++ b/pkg/models/teams.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/teams_rights.go b/pkg/models/teams_rights.go index 0285209de20..0a0f41026e2 100644 --- a/pkg/models/teams_rights.go +++ b/pkg/models/teams_rights.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/teams_rights_test.go b/pkg/models/teams_rights_test.go index 59d5ec025fb..93fbebdfcfc 100644 --- a/pkg/models/teams_rights_test.go +++ b/pkg/models/teams_rights_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/teams_test.go b/pkg/models/teams_test.go index 00fa6d0d626..c0d386a2bf5 100644 --- a/pkg/models/teams_test.go +++ b/pkg/models/teams_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/unit_tests.go b/pkg/models/unit_tests.go index df3e83687c0..f20b360b542 100644 --- a/pkg/models/unit_tests.go +++ b/pkg/models/unit_tests.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/unsplash.go b/pkg/models/unsplash.go index 1820dccf7d9..937814f6170 100644 --- a/pkg/models/unsplash.go +++ b/pkg/models/unsplash.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package models diff --git a/pkg/models/user_list.go b/pkg/models/user_list.go index 50552414383..9e810c90ac5 100644 --- a/pkg/models/user_list.go +++ b/pkg/models/user_list.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package models diff --git a/pkg/models/users_list_test.go b/pkg/models/users_list_test.go index 0e513a9ca44..57f51b09794 100644 --- a/pkg/models/users_list_test.go +++ b/pkg/models/users_list_test.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package models diff --git a/pkg/modules/auth/auth.go b/pkg/modules/auth/auth.go index 0daa1a0e2a9..9e1b7ab2fbc 100644 --- a/pkg/modules/auth/auth.go +++ b/pkg/modules/auth/auth.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package auth diff --git a/pkg/modules/auth/openid/main_test.go b/pkg/modules/auth/openid/main_test.go index 17f1f402f25..3ffb3a07f71 100644 --- a/pkg/modules/auth/openid/main_test.go +++ b/pkg/modules/auth/openid/main_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package openid diff --git a/pkg/modules/auth/openid/openid.go b/pkg/modules/auth/openid/openid.go index ae407006040..455d7d89d24 100644 --- a/pkg/modules/auth/openid/openid.go +++ b/pkg/modules/auth/openid/openid.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package openid diff --git a/pkg/modules/auth/openid/openid_test.go b/pkg/modules/auth/openid/openid_test.go index ba1d8b07860..fe6028afa25 100644 --- a/pkg/modules/auth/openid/openid_test.go +++ b/pkg/modules/auth/openid/openid_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package openid diff --git a/pkg/modules/auth/openid/providers.go b/pkg/modules/auth/openid/providers.go index 5f23d3da7f4..4e2b883c25c 100644 --- a/pkg/modules/auth/openid/providers.go +++ b/pkg/modules/auth/openid/providers.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package openid diff --git a/pkg/modules/avatar/avatar.go b/pkg/modules/avatar/avatar.go index e8e10c6f566..ded05648127 100644 --- a/pkg/modules/avatar/avatar.go +++ b/pkg/modules/avatar/avatar.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package avatar diff --git a/pkg/modules/avatar/empty/empty.go b/pkg/modules/avatar/empty/empty.go index 33f928cf5f3..48fdeef58ca 100644 --- a/pkg/modules/avatar/empty/empty.go +++ b/pkg/modules/avatar/empty/empty.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package empty diff --git a/pkg/modules/avatar/gravatar/gravatar.go b/pkg/modules/avatar/gravatar/gravatar.go index 8dffe5d21a3..c684829c2ee 100644 --- a/pkg/modules/avatar/gravatar/gravatar.go +++ b/pkg/modules/avatar/gravatar/gravatar.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package gravatar diff --git a/pkg/modules/avatar/initials/initials.go b/pkg/modules/avatar/initials/initials.go index aba5a5192c1..8d12550ed3f 100644 --- a/pkg/modules/avatar/initials/initials.go +++ b/pkg/modules/avatar/initials/initials.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package initials diff --git a/pkg/modules/avatar/upload/upload.go b/pkg/modules/avatar/upload/upload.go index 0145f6b895b..fc486a16074 100644 --- a/pkg/modules/avatar/upload/upload.go +++ b/pkg/modules/avatar/upload/upload.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package upload diff --git a/pkg/modules/background/background.go b/pkg/modules/background/background.go index f60b6da06ab..b1d5394b374 100644 --- a/pkg/modules/background/background.go +++ b/pkg/modules/background/background.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package background diff --git a/pkg/modules/background/handler/background.go b/pkg/modules/background/handler/background.go index b843910798a..8102fa66dfb 100644 --- a/pkg/modules/background/handler/background.go +++ b/pkg/modules/background/handler/background.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package handler diff --git a/pkg/modules/background/unsplash/proxy.go b/pkg/modules/background/unsplash/proxy.go index d1b524567c1..3a2c62dff71 100644 --- a/pkg/modules/background/unsplash/proxy.go +++ b/pkg/modules/background/unsplash/proxy.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package unsplash diff --git a/pkg/modules/background/unsplash/unsplash.go b/pkg/modules/background/unsplash/unsplash.go index 963dcb9ca3b..a689265b1d9 100644 --- a/pkg/modules/background/unsplash/unsplash.go +++ b/pkg/modules/background/unsplash/unsplash.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package unsplash diff --git a/pkg/modules/background/upload/upload.go b/pkg/modules/background/upload/upload.go index 3e5d280ced5..2a9fcbf5b3e 100644 --- a/pkg/modules/background/upload/upload.go +++ b/pkg/modules/background/upload/upload.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package upload diff --git a/pkg/modules/dump/dump.go b/pkg/modules/dump/dump.go index d99425ee7f2..1fff9bb3bf1 100644 --- a/pkg/modules/dump/dump.go +++ b/pkg/modules/dump/dump.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package dump diff --git a/pkg/modules/dump/restore.go b/pkg/modules/dump/restore.go index 78c4dd80513..08a622114a8 100644 --- a/pkg/modules/dump/restore.go +++ b/pkg/modules/dump/restore.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package dump diff --git a/pkg/modules/keyvalue/error/error.go b/pkg/modules/keyvalue/error/error.go index fbaac3ab632..b782e116fa4 100644 --- a/pkg/modules/keyvalue/error/error.go +++ b/pkg/modules/keyvalue/error/error.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package error diff --git a/pkg/modules/keyvalue/keyvalue.go b/pkg/modules/keyvalue/keyvalue.go index df798640d8d..58a53c1d307 100644 --- a/pkg/modules/keyvalue/keyvalue.go +++ b/pkg/modules/keyvalue/keyvalue.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package keyvalue diff --git a/pkg/modules/keyvalue/memory/memory.go b/pkg/modules/keyvalue/memory/memory.go index 08edc9886c8..b6326f49a94 100644 --- a/pkg/modules/keyvalue/memory/memory.go +++ b/pkg/modules/keyvalue/memory/memory.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package memory diff --git a/pkg/modules/keyvalue/redis/redis.go b/pkg/modules/keyvalue/redis/redis.go index d4a08596285..163f89cdd62 100644 --- a/pkg/modules/keyvalue/redis/redis.go +++ b/pkg/modules/keyvalue/redis/redis.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package redis diff --git a/pkg/modules/migration/create_from_structure.go b/pkg/modules/migration/create_from_structure.go index 28211925bd9..f156835402f 100644 --- a/pkg/modules/migration/create_from_structure.go +++ b/pkg/modules/migration/create_from_structure.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/modules/migration/create_from_structure_test.go b/pkg/modules/migration/create_from_structure_test.go index f58980c22dc..93b3be82eee 100644 --- a/pkg/modules/migration/create_from_structure_test.go +++ b/pkg/modules/migration/create_from_structure_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/modules/migration/db.go b/pkg/modules/migration/db.go index 778f62bdcc0..dec6ae8159d 100644 --- a/pkg/modules/migration/db.go +++ b/pkg/modules/migration/db.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/modules/migration/handler/handler.go b/pkg/modules/migration/handler/handler.go index fdba2547e82..874fcff85d4 100644 --- a/pkg/modules/migration/handler/handler.go +++ b/pkg/modules/migration/handler/handler.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package handler diff --git a/pkg/modules/migration/helpers.go b/pkg/modules/migration/helpers.go index d5b6dbac5c5..a6aa95b1fdf 100644 --- a/pkg/modules/migration/helpers.go +++ b/pkg/modules/migration/helpers.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/modules/migration/main_test.go b/pkg/modules/migration/main_test.go index 91da70018d9..6a04951ef0c 100644 --- a/pkg/modules/migration/main_test.go +++ b/pkg/modules/migration/main_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/modules/migration/microsoft-todo/microsoft_todo.go b/pkg/modules/migration/microsoft-todo/microsoft_todo.go index 06dd9d4c7d3..efb032cd070 100644 --- a/pkg/modules/migration/microsoft-todo/microsoft_todo.go +++ b/pkg/modules/migration/microsoft-todo/microsoft_todo.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package microsofttodo diff --git a/pkg/modules/migration/microsoft-todo/microsoft_todo_test.go b/pkg/modules/migration/microsoft-todo/microsoft_todo_test.go index f6ffed2dd70..e418ceede5f 100644 --- a/pkg/modules/migration/microsoft-todo/microsoft_todo_test.go +++ b/pkg/modules/migration/microsoft-todo/microsoft_todo_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package microsofttodo diff --git a/pkg/modules/migration/migration_status.go b/pkg/modules/migration/migration_status.go index 08d082ebb1e..b8d2c7678a6 100644 --- a/pkg/modules/migration/migration_status.go +++ b/pkg/modules/migration/migration_status.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package migration diff --git a/pkg/modules/migration/migrator.go b/pkg/modules/migration/migrator.go index 26742193af8..48598e106f0 100644 --- a/pkg/modules/migration/migrator.go +++ b/pkg/modules/migration/migrator.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package migration diff --git a/pkg/modules/migration/todoist/todoist.go b/pkg/modules/migration/todoist/todoist.go index ee4ebe7bd4c..5fc2ad9de36 100644 --- a/pkg/modules/migration/todoist/todoist.go +++ b/pkg/modules/migration/todoist/todoist.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package todoist diff --git a/pkg/modules/migration/todoist/todoist_test.go b/pkg/modules/migration/todoist/todoist_test.go index c69afaddffa..4889b15a3b9 100644 --- a/pkg/modules/migration/todoist/todoist_test.go +++ b/pkg/modules/migration/todoist/todoist_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package todoist diff --git a/pkg/modules/migration/trello/trello.go b/pkg/modules/migration/trello/trello.go index 1fc7406ae85..6f4cff8fbb4 100644 --- a/pkg/modules/migration/trello/trello.go +++ b/pkg/modules/migration/trello/trello.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package trello diff --git a/pkg/modules/migration/trello/trello_test.go b/pkg/modules/migration/trello/trello_test.go index c2133bc0372..0902b1377cd 100644 --- a/pkg/modules/migration/trello/trello_test.go +++ b/pkg/modules/migration/trello/trello_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package trello diff --git a/pkg/modules/migration/wunderlist/wunderlist.go b/pkg/modules/migration/wunderlist/wunderlist.go index 12f6a9e42e6..2f59f42adba 100644 --- a/pkg/modules/migration/wunderlist/wunderlist.go +++ b/pkg/modules/migration/wunderlist/wunderlist.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package wunderlist diff --git a/pkg/modules/migration/wunderlist/wunderlist_test.go b/pkg/modules/migration/wunderlist/wunderlist_test.go index fcc8ab6c278..f5a3b19bf8b 100644 --- a/pkg/modules/migration/wunderlist/wunderlist_test.go +++ b/pkg/modules/migration/wunderlist/wunderlist_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package wunderlist diff --git a/pkg/red/redis.go b/pkg/red/redis.go index 3aaa5ef2670..42f9079a34b 100644 --- a/pkg/red/redis.go +++ b/pkg/red/redis.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package red diff --git a/pkg/routes/api/v1/avatar.go b/pkg/routes/api/v1/avatar.go index 7eec8f78f55..b3e63dbf6d2 100644 --- a/pkg/routes/api/v1/avatar.go +++ b/pkg/routes/api/v1/avatar.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/docs.go b/pkg/routes/api/v1/docs.go index 2ce5c61c5c9..da32c4dbe96 100644 --- a/pkg/routes/api/v1/docs.go +++ b/pkg/routes/api/v1/docs.go @@ -4,16 +4,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/info.go b/pkg/routes/api/v1/info.go index 800e116873d..044e214a243 100644 --- a/pkg/routes/api/v1/info.go +++ b/pkg/routes/api/v1/info.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/link_sharing_auth.go b/pkg/routes/api/v1/link_sharing_auth.go index a457fe25c91..dbdd2aad5b3 100644 --- a/pkg/routes/api/v1/link_sharing_auth.go +++ b/pkg/routes/api/v1/link_sharing_auth.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/list_by_namespace.go b/pkg/routes/api/v1/list_by_namespace.go index 2b668da010d..e0c54b69248 100644 --- a/pkg/routes/api/v1/list_by_namespace.go +++ b/pkg/routes/api/v1/list_by_namespace.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/login.go b/pkg/routes/api/v1/login.go index b7ac1cfef68..18eaba591e5 100644 --- a/pkg/routes/api/v1/login.go +++ b/pkg/routes/api/v1/login.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/task_attachment.go b/pkg/routes/api/v1/task_attachment.go index bd4e99ede44..a06d568feec 100644 --- a/pkg/routes/api/v1/task_attachment.go +++ b/pkg/routes/api/v1/task_attachment.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/testing.go b/pkg/routes/api/v1/testing.go index 1daee086709..d11859613e7 100644 --- a/pkg/routes/api/v1/testing.go +++ b/pkg/routes/api/v1/testing.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/token_check.go b/pkg/routes/api/v1/token_check.go index 1a70b4af46a..a759be3d312 100644 --- a/pkg/routes/api/v1/token_check.go +++ b/pkg/routes/api/v1/token_check.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/user_confirm_email.go b/pkg/routes/api/v1/user_confirm_email.go index c99bb1c91b1..d02c3a26695 100644 --- a/pkg/routes/api/v1/user_confirm_email.go +++ b/pkg/routes/api/v1/user_confirm_email.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/user_list.go b/pkg/routes/api/v1/user_list.go index 2893125bdfc..d146f1c0f6f 100644 --- a/pkg/routes/api/v1/user_list.go +++ b/pkg/routes/api/v1/user_list.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/user_password_reset.go b/pkg/routes/api/v1/user_password_reset.go index d24262b2ac0..c49c8262f6f 100644 --- a/pkg/routes/api/v1/user_password_reset.go +++ b/pkg/routes/api/v1/user_password_reset.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/user_register.go b/pkg/routes/api/v1/user_register.go index 1030149e82a..34f459c5de5 100644 --- a/pkg/routes/api/v1/user_register.go +++ b/pkg/routes/api/v1/user_register.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/user_settings.go b/pkg/routes/api/v1/user_settings.go index 59c44610aae..6ee8e82202a 100644 --- a/pkg/routes/api/v1/user_settings.go +++ b/pkg/routes/api/v1/user_settings.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/user_show.go b/pkg/routes/api/v1/user_show.go index d5953e1edc3..09f5fb554bc 100644 --- a/pkg/routes/api/v1/user_show.go +++ b/pkg/routes/api/v1/user_show.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/user_totp.go b/pkg/routes/api/v1/user_totp.go index 097a5fc1a99..3b527af3753 100644 --- a/pkg/routes/api/v1/user_totp.go +++ b/pkg/routes/api/v1/user_totp.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/user_update_email.go b/pkg/routes/api/v1/user_update_email.go index cba4a1c0ae8..5ccf0a6e368 100644 --- a/pkg/routes/api/v1/user_update_email.go +++ b/pkg/routes/api/v1/user_update_email.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/user_update_password.go b/pkg/routes/api/v1/user_update_password.go index fa87a57db6a..3058ad62aca 100644 --- a/pkg/routes/api/v1/user_update_password.go +++ b/pkg/routes/api/v1/user_update_password.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package v1 diff --git a/pkg/routes/caldav/handler.go b/pkg/routes/caldav/handler.go index d3b3535b77d..288439d185e 100644 --- a/pkg/routes/caldav/handler.go +++ b/pkg/routes/caldav/handler.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package caldav diff --git a/pkg/routes/caldav/listStorageProvider.go b/pkg/routes/caldav/listStorageProvider.go index 9e36bfcae91..f65a41be242 100644 --- a/pkg/routes/caldav/listStorageProvider.go +++ b/pkg/routes/caldav/listStorageProvider.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package caldav diff --git a/pkg/routes/caldav/parsing.go b/pkg/routes/caldav/parsing.go index 547f717e671..6d1fc53fbe5 100644 --- a/pkg/routes/caldav/parsing.go +++ b/pkg/routes/caldav/parsing.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package caldav diff --git a/pkg/routes/metrics.go b/pkg/routes/metrics.go index e984feb2dce..ea3c8f454dd 100644 --- a/pkg/routes/metrics.go +++ b/pkg/routes/metrics.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package routes diff --git a/pkg/routes/rate_limit.go b/pkg/routes/rate_limit.go index e6d8ff6035e..46ea933af2f 100644 --- a/pkg/routes/rate_limit.go +++ b/pkg/routes/rate_limit.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package routes diff --git a/pkg/routes/routes.go b/pkg/routes/routes.go index e99157e8bd9..4c0acc7d562 100644 --- a/pkg/routes/routes.go +++ b/pkg/routes/routes.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . // @title Vikunja API diff --git a/pkg/static/static.go b/pkg/static/static.go index 17fea56f10b..7231b244a15 100644 --- a/pkg/static/static.go +++ b/pkg/static/static.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . //go:generate go run -tags=dev templates_generate.go diff --git a/pkg/static/templates.go b/pkg/static/templates.go index 1df9e29b322..6d21e1a5f56 100644 --- a/pkg/static/templates.go +++ b/pkg/static/templates.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . // +build dev diff --git a/pkg/static/templates_generate.go b/pkg/static/templates_generate.go index b5ace7a5976..27bc896c5f8 100644 --- a/pkg/static/templates_generate.go +++ b/pkg/static/templates_generate.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . // +build ignore diff --git a/pkg/user/db.go b/pkg/user/db.go index 86c5200eb7d..c72b016de1b 100644 --- a/pkg/user/db.go +++ b/pkg/user/db.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package user diff --git a/pkg/user/error.go b/pkg/user/error.go index f97227d674b..507882e42d9 100644 --- a/pkg/user/error.go +++ b/pkg/user/error.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package user diff --git a/pkg/user/main_test.go b/pkg/user/main_test.go index 57a0e9211b6..d2b4a798b56 100644 --- a/pkg/user/main_test.go +++ b/pkg/user/main_test.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package user diff --git a/pkg/user/test.go b/pkg/user/test.go index 1fcd3452e16..dfd9aabd174 100644 --- a/pkg/user/test.go +++ b/pkg/user/test.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package user diff --git a/pkg/user/totp.go b/pkg/user/totp.go index b1f836a60ef..635a11dd8b3 100644 --- a/pkg/user/totp.go +++ b/pkg/user/totp.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package user diff --git a/pkg/user/update_email.go b/pkg/user/update_email.go index 2b464676088..6d40c5306e3 100644 --- a/pkg/user/update_email.go +++ b/pkg/user/update_email.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package user diff --git a/pkg/user/user.go b/pkg/user/user.go index f658b31654e..7f5a04ac2b6 100644 --- a/pkg/user/user.go +++ b/pkg/user/user.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package user diff --git a/pkg/user/user_create.go b/pkg/user/user_create.go index d592e80e433..a7f4d9c0fcf 100644 --- a/pkg/user/user_create.go +++ b/pkg/user/user_create.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package user diff --git a/pkg/user/user_email_confirm.go b/pkg/user/user_email_confirm.go index 7bcb5c2d524..0dd2e1c82b8 100644 --- a/pkg/user/user_email_confirm.go +++ b/pkg/user/user_email_confirm.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package user diff --git a/pkg/user/user_email_confirm_test.go b/pkg/user/user_email_confirm_test.go index ccebeda2ab6..61ea3caa98c 100644 --- a/pkg/user/user_email_confirm_test.go +++ b/pkg/user/user_email_confirm_test.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package user diff --git a/pkg/user/user_password_reset.go b/pkg/user/user_password_reset.go index 3d395893b04..8efede3b630 100644 --- a/pkg/user/user_password_reset.go +++ b/pkg/user/user_password_reset.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package user diff --git a/pkg/user/user_test.go b/pkg/user/user_test.go index cda1837497c..018c8103630 100644 --- a/pkg/user/user_test.go +++ b/pkg/user/user_test.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package user diff --git a/pkg/user/users_list.go b/pkg/user/users_list.go index 0f7e12b59d4..17e87b45013 100644 --- a/pkg/user/users_list.go +++ b/pkg/user/users_list.go @@ -3,16 +3,16 @@ // This file is part of Vikunja. // // Vikunja is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Vikunja is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with Vikunja. If not, see . package user diff --git a/pkg/utils/md5_string.go b/pkg/utils/md5_string.go index f2bbe85bf73..0fddd4926e6 100644 --- a/pkg/utils/md5_string.go +++ b/pkg/utils/md5_string.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package utils diff --git a/pkg/utils/md5_string_test.go b/pkg/utils/md5_string_test.go index 4e8ca27cff7..7a91445b9e1 100644 --- a/pkg/utils/md5_string_test.go +++ b/pkg/utils/md5_string_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package utils diff --git a/pkg/utils/random_string.go b/pkg/utils/random_string.go index 66802c3ef50..5b012ee02ad 100644 --- a/pkg/utils/random_string.go +++ b/pkg/utils/random_string.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package utils diff --git a/pkg/utils/random_string_test.go b/pkg/utils/random_string_test.go index 894cc6012a7..c2f1eb4e995 100644 --- a/pkg/utils/random_string_test.go +++ b/pkg/utils/random_string_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package utils diff --git a/pkg/utils/sha256.go b/pkg/utils/sha256.go index fdde46d5513..c4275fe2ed2 100644 --- a/pkg/utils/sha256.go +++ b/pkg/utils/sha256.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package utils diff --git a/pkg/utils/sha256_test.go b/pkg/utils/sha256_test.go index 5315da2ab73..425084a089a 100644 --- a/pkg/utils/sha256_test.go +++ b/pkg/utils/sha256_test.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package utils diff --git a/pkg/version/version.go b/pkg/version/version.go index 43fa4e6092d..4b03ccb1772 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . package version diff --git a/tools.go b/tools.go index dc946db17ea..57a5e961904 100644 --- a/tools.go +++ b/tools.go @@ -2,16 +2,16 @@ // 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 +// it under the terms of the GNU Affero General Public Licensee as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public Licensee for more details. // -// You should have received a copy of the GNU General Public License +// You should have received a copy of the GNU Affero General Public Licensee // along with this program. If not, see . // +build tools