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 e72bfddabc..0ad25db4bd 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 e74117cb12..1697965d48 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 b56b30d31d..39ffa899da 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 d749c2abc4..3d75ff8df8 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 f2f34bab25..5783fbe483 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 931f866c2f..75e19ece01 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 eeccf2b578..e45a72e6ed 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 c6fd6dcec7..8de172d23e 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 016db19ff7..a88940924d 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 54719d44cd..f1fdaae99e 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 f02d4b3c8d..19280c7a25 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 9237fc9487..545538fa39 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 ae75995092..708850a5e2 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 3a9707c88a..2472033f22 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 4b4220dfba..4301a1a304 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 c1c65fc757..7071b25ddf 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 706456d2df..2de18cc968 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 1d304949af..f21b9371d2 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 eb82c051c3..17136ebfd1 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 ea90aa3397..2451bd263b 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 1390aae32e..0b5edba57b 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 379a4f7dd7..b64fe35af4 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 548fd057b5..1dbe309730 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 5749211a68..798815698b 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 da2cca4a45..83cde2b888 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 ea1bc474f1..b8ad204653 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 078a7b6482..18eccb5b56 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 21884a3e30..5ed4bdebba 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 9aab92f066..5731ec9dbc 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 1928a00709..a240450112 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 abcd0b7d96..5ed409e99d 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 d36dbbbd6f..eb9f821426 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 f904774fe3..46d3333123 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 11b3e70737..9ca81a189f 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 c898982b0a..d8e4767ee7 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 99387c84b6..cee83772ae 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 11148086af..452b2ad712 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 f9f88f29f2..5ae94730d4 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 8ea0c797d0..2c7bdb965d 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 e5dc346041..4bfada5fde 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 6f43dde389..8d8e00c652 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 f83f3cc1c4..405dde5ce9 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 a4498e45cf..c22acfde2d 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 db62acbba6..b0cd869b46 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 799ac65d2b..8b9e4a6890 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 5fd2598c8e..705c0d0025 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 e3eed56228..7b8109641b 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 4cbd0693b2..3949d08a0f 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 f0357547f9..83f157341d 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 4aeddae4ff..f25ee1d294 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 0d1a953d96..b29696f9bc 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 2a73defd07..f021c05d93 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 516a673ddd..12ee12e7aa 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 884d1aa126..2ecaea85ff 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 76d2f2b9fc..3fa711f961 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 79159007b9..56c87a2dc6 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 242c6f6025..7dbe9e0199 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 4f1eaa80f2..0faa29a5bc 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 b306daab95..774d0cac3b 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 473d069004..0c983a57e0 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 4babe9194e..a1466b886d 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 65eed665db..e5830d49c1 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 2428ea4d15..f9ebe846ad 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 82df31f7b8..2768a69f87 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 9c3e616cb7..ad8b1cee21 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 4b18a32f8c..11e15461f2 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 d12c66e385..1684675b5e 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 fbe4d3a038..4ba5f05f68 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 c96a38be0d..dd476a8048 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 77f369a795..e24de6d899 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 75107b2d5a..d67da4ee74 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 b851da2a99..0ee4e91d00 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 213379a43c..53cb2fb6a7 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 51126f8b51..2e2fa86c95 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 ffc05c954e..655caa4db8 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 c20696e7f8..c2274f4619 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 3ad77bb2f4..73a755fab6 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 63c7f7157e..d69a807d95 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 e519c50a32..4040b55ed5 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 f9b9c5c88f..b28593680c 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 6a6ea0772c..72fee53916 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 094169b9de..2fffdfa802 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 d44ef4d6b7..8f840c6e7b 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 0e6666cdc9..1e88cfcb07 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 dc9363005c..4324608cd5 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 5be1a79c36..7205cd3c39 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 5bc3412940..1454b1a64f 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 a11d0a8938..5d9dbdaba1 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 a8317f1b6c..0037db8d48 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 73d5c62ecf..eab3548087 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 3db604ebf4..bd304b3afd 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 ebb0b7a710..4f9ba6980d 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 ef5517b173..48090b7a1c 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 e596691b40..282d69b56a 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 3cb0c9f62b..d422470a4b 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 e1a42e0e5c..36241047d5 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 a2081488e6..073116927f 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 e24f9361b7..433764cb56 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 acf10bb3cf..a2b5430f27 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 59fab2d0ec..87a53b8156 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 d669786252..783f8c1f73 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 c6919301cf..e54158acad 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 9c0af12a92..b06c0fe356 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 300969e0da..33d9311dde 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 64175f76ec..cac2d0729b 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 51f321cf70..fe51a51f3a 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 1d9f0d40c2..5bd8988bb4 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 a50a98a2a2..59f982dd6f 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 7de3007d4a..5051b1d419 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 c1d5c3ae23..a8981fb92a 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 aed3f0b7a6..4d7cd40150 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 82619d2d06..8c9a57b73a 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 f90f9de536..ea6eb91508 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 494f44145e..5eb62cedc4 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 450d50d28b..e30b3b5886 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 3c55a67d70..fed5120573 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 057b70dba6..9e9197fbf1 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 359e38c422..e081d44aea 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 27b6477c30..106d4e21ec 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 3aae44d649..ed1b3a7f4c 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 9084254970..833a2656f2 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 c990e0a86d..87dc77cd9a 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 d0107e10ed..ff714aa7a2 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 539e790ae6..d8196ef78f 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 ff643f814d..9f8234d980 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 199cb8a710..f69ca33506 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 6619337b7c..4f71a34e84 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 22fd64f4a7..c47fef8ca2 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 5e0bc21385..57a19ca1af 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 ad58fcf7ff..5af99cbf00 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 a0a7f262c9..bad2a97878 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 e8211cfaaa..4b8a3e8fbe 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 b49d1376d7..b85b6aa761 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 98e3ee6598..6e701dc3b4 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 22ed0f1d60..02ab1816d0 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 7866958e92..2c0bce1cc9 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 ea5afc7f17..cfe67575e9 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 ce35b26f46..06f804b17a 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 1385ea088b..84ae4741a8 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 df438ecea6..a5ba835d56 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 0bc4248f43..38361caa12 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 286bad137b..c7e2d29305 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 fe77772459..7b27619933 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 aed3b1c304..4ec9eccbdb 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 b8085b0bde..d28570e613 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 9677bc1c9a..d24c160342 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 29c8fc7c7a..7c21112269 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 9ff8087191..bd0b5c9cf4 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 adf619c264..64fc14afce 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 0d8bc33f5f..c5a8e4c309 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 0b4d826c7e..a1339679b6 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 e68fa1a05e..adc5904d48 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 eb053e7e0c..0828179128 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 15a9d6c910..bcaaedb32b 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 fb49dc6db7..ff0b9165d7 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 da044ac734..5324e1fb9b 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 e3ab6c6ae6..36a2439343 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 3e930731de..52beda4a20 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 3037c83d10..287f3d5474 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 b682577d38..cf8896b5a1 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 27611a4d7f..db548c9a4c 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 0285209de2..0a0f41026e 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 59d5ec025f..93fbebdfcf 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 00fa6d0d62..c0d386a2bf 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 df3e83687c..f20b360b54 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 1820dccf7d..937814f617 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 5055241438..9e810c90ac 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 0e513a9ca4..57f51b0979 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 0daa1a0e2a..9e1b7ab2fb 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 17f1f402f2..3ffb3a07f7 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 ae40700604..455d7d89d2 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 ba1d8b0786..fe6028afa2 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 5f23d3da7f..4e2b883c25 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 e8e10c6f56..ded0564812 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 33f928cf5f..48fdeef58c 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 8dffe5d21a..c684829c2e 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 aba5a5192c..8d12550ed3 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 0145f6b895..fc486a1607 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 f60b6da06a..b1d5394b37 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 b843910798..8102fa66df 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 d1b524567c..3a2c62dff7 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 963dcb9ca3..a689265b1d 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 3e5d280ced..2a9fcbf5b3 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 d99425ee7f..1fff9bb3bf 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 78c4dd8051..08a622114a 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 fbaac3ab63..b782e116fa 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 df798640d8..58a53c1d30 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 08edc9886c..b6326f49a9 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 d4a0859628..163f89cdd6 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 28211925bd..f156835402 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 f58980c22d..93b3be82ee 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 778f62bdcc..dec6ae8159 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 fdba2547e8..874fcff85d 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 d5b6dbac5c..a6aa95b1fd 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 91da70018d..6a04951ef0 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 06dd9d4c7d..efb032cd07 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 f6ffed2dd7..e418ceede5 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 08d082ebb1..b8d2c7678a 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 26742193af..48598e106f 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 ee4ebe7bd4..5fc2ad9de3 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 c69afaddff..4889b15a3b 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 1fc7406ae8..6f4cff8fbb 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 c2133bc037..0902b1377c 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 12f6a9e42e..2f59f42adb 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 fcc8ab6c27..f5a3b19bf8 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 3aaa5ef267..42f9079a34 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 7eec8f78f5..b3e63dbf6d 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 2ce5c61c5c..da32c4dbe9 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 800e116873..044e214a24 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 a457fe25c9..dbdd2aad5b 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 2b668da010..e0c54b6924 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 b7ac1cfef6..18eaba591e 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 bd4e99ede4..a06d568fee 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 1daee08670..d11859613e 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 1a70b4af46..a759be3d31 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 c99bb1c91b..d02c3a2669 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 2893125bdf..d146f1c0f6 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 d24262b2ac..c49c8262f6 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 1030149e82..34f459c5de 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 59c44610aa..6ee8e82202 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 d5953e1edc..09f5fb554b 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 097a5fc1a9..3b527af375 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 cba4a1c0ae..5ccf0a6e36 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 fa87a57db6..3058ad62ac 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 d3b3535b77..288439d185 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 9e36bfcae9..f65a41be24 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 547f717e67..6d1fc53fbe 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 e984feb2dc..ea3c8f454d 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 e6d8ff6035..46ea933af2 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 e99157e8bd..4c0acc7d56 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 17fea56f10..7231b244a1 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 1df9e29b32..6d21e1a5f5 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 b5ace7a597..27bc896c5f 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 86c5200eb7..c72b016de1 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 f97227d674..507882e42d 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 57a0e9211b..d2b4a798b5 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 1fcd3452e1..dfd9aabd17 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 b1f836a60e..635a11dd8b 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 2b46467608..6d40c5306e 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 f658b31654..7f5a04ac2b 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 d592e80e43..a7f4d9c0fc 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 7bcb5c2d52..0dd2e1c82b 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 ccebeda2ab..61ea3caa98 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 3d395893b0..8efede3b63 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 cda1837497..018c810363 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 0f7e12b59d..17e87b4501 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 f2bbe85bf7..0fddd4926e 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 4e8ca27cff..7a91445b9e 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 66802c3ef5..5b012ee02a 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 894cc6012a..c2f1eb4e99 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 fdde46d551..c4275fe2ed 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 5315da2ab7..425084a089 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 43fa4e6092..4b03ccb177 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 dc946db17e..57a5e96190 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