diff --git a/LICENSE b/LICENSE index 0ad25db4b..be3f7b28e 100644 --- a/LICENSE +++ b/LICENSE @@ -633,8 +633,8 @@ 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 Affero 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, diff --git a/code-header-template.txt b/code-header-template.txt index b3c5b973c..556542639 100644 --- a/code-header-template.txt +++ b/code-header-template.txt @@ -2,14 +2,14 @@ Vikunja is a to-do list application to facilitate your life. Copyright 2018-present Vikunja and contributors. All rights reserved. This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public Licensee as published by +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 Affero General Public Licensee for more details. +GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public Licensee -along with this program. If not, see . \ No newline at end of file +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . diff --git a/desktop/LICENSE b/desktop/LICENSE index 53d1f3d01..f288702d2 100644 --- a/desktop/LICENSE +++ b/desktop/LICENSE @@ -672,4 +672,3 @@ 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 . - diff --git a/desktop/build.js b/desktop/build.js index 76df5d922..d0e6f3b77 100644 --- a/desktop/build.js +++ b/desktop/build.js @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . const fs = require('fs') diff --git a/frontend/LICENSE b/frontend/LICENSE index 0ad25db4b..be3f7b28e 100644 --- a/frontend/LICENSE +++ b/frontend/LICENSE @@ -633,8 +633,8 @@ 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 Affero 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, diff --git a/frontend/embed.go b/frontend/embed.go index 0be5b002d..77cea998d 100644 --- a/frontend/embed.go +++ b/frontend/embed.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package frontend diff --git a/go.mod b/go.mod index 6fc1399d0..cc365b5f6 100644 --- a/go.mod +++ b/go.mod @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . module code.vikunja.io/api diff --git a/magefile.go b/magefile.go index b6238ec9b..6e95c26c8 100644 --- a/magefile.go +++ b/magefile.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . //go:build mage @@ -1012,16 +1012,16 @@ func (Dev) MakeMigration() error { // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/main.go b/main.go index d185d53b1..66f913771 100644 --- a/main.go +++ b/main.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package main diff --git a/pkg/caldav/caldav.go b/pkg/caldav/caldav.go index 3bc788e99..fd32393fe 100644 --- a/pkg/caldav/caldav.go +++ b/pkg/caldav/caldav.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package caldav diff --git a/pkg/caldav/caldav_test.go b/pkg/caldav/caldav_test.go index 02d08db15..5d47973b2 100644 --- a/pkg/caldav/caldav_test.go +++ b/pkg/caldav/caldav_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package caldav diff --git a/pkg/caldav/parsing.go b/pkg/caldav/parsing.go index 497b2b957..4d4e0572b 100644 --- a/pkg/caldav/parsing.go +++ b/pkg/caldav/parsing.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package caldav diff --git a/pkg/caldav/parsing_test.go b/pkg/caldav/parsing_test.go index 2ec4591ea..f852f5cab 100644 --- a/pkg/caldav/parsing_test.go +++ b/pkg/caldav/parsing_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package caldav diff --git a/pkg/caldav/priority.go b/pkg/caldav/priority.go index 706c556c3..425f87eb0 100644 --- a/pkg/caldav/priority.go +++ b/pkg/caldav/priority.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package caldav diff --git a/pkg/caldav/priority_test.go b/pkg/caldav/priority_test.go index 56ea30def..782d75bed 100644 --- a/pkg/caldav/priority_test.go +++ b/pkg/caldav/priority_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package caldav diff --git a/pkg/cmd/cmd.go b/pkg/cmd/cmd.go index 1c487b116..3d2687ce7 100644 --- a/pkg/cmd/cmd.go +++ b/pkg/cmd/cmd.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package cmd diff --git a/pkg/cmd/dump.go b/pkg/cmd/dump.go index a14eacfa4..58e9bffa1 100644 --- a/pkg/cmd/dump.go +++ b/pkg/cmd/dump.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package cmd diff --git a/pkg/cmd/healthcheck.go b/pkg/cmd/healthcheck.go index 42f3d7eaf..59cf25e5b 100644 --- a/pkg/cmd/healthcheck.go +++ b/pkg/cmd/healthcheck.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package cmd diff --git a/pkg/cmd/index.go b/pkg/cmd/index.go index dfd09b6f0..4b8684cb2 100644 --- a/pkg/cmd/index.go +++ b/pkg/cmd/index.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package cmd diff --git a/pkg/cmd/maintenance.go b/pkg/cmd/maintenance.go index 6f04bc7a5..d206205f4 100644 --- a/pkg/cmd/maintenance.go +++ b/pkg/cmd/maintenance.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package cmd diff --git a/pkg/cmd/migrate.go b/pkg/cmd/migrate.go index a2bb4ed6c..49f884903 100644 --- a/pkg/cmd/migrate.go +++ b/pkg/cmd/migrate.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package cmd diff --git a/pkg/cmd/restore.go b/pkg/cmd/restore.go index 9daed9c8e..41c57d750 100644 --- a/pkg/cmd/restore.go +++ b/pkg/cmd/restore.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package cmd diff --git a/pkg/cmd/testmail.go b/pkg/cmd/testmail.go index 0cf2ad2eb..88b559b78 100644 --- a/pkg/cmd/testmail.go +++ b/pkg/cmd/testmail.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package cmd diff --git a/pkg/cmd/user.go b/pkg/cmd/user.go index 0fdbb015a..1fab57957 100644 --- a/pkg/cmd/user.go +++ b/pkg/cmd/user.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package cmd diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index 32d062759..3cfd4a120 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package cmd diff --git a/pkg/cmd/web.go b/pkg/cmd/web.go index 32f48fb16..51dbd83bd 100644 --- a/pkg/cmd/web.go +++ b/pkg/cmd/web.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package cmd diff --git a/pkg/config/config.go b/pkg/config/config.go index 49f7002a0..dcd498a37 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package config diff --git a/pkg/cron/cron.go b/pkg/cron/cron.go index dc6d9e7f0..51c4c3e63 100644 --- a/pkg/cron/cron.go +++ b/pkg/cron/cron.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package cron diff --git a/pkg/db/db.go b/pkg/db/db.go index bce983004..3dcee36a1 100644 --- a/pkg/db/db.go +++ b/pkg/db/db.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package db diff --git a/pkg/db/dump.go b/pkg/db/dump.go index 706dcfa36..4fb214497 100644 --- a/pkg/db/dump.go +++ b/pkg/db/dump.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package db diff --git a/pkg/db/helpers.go b/pkg/db/helpers.go index aaed093c3..f67fce209 100644 --- a/pkg/db/helpers.go +++ b/pkg/db/helpers.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package db diff --git a/pkg/db/test.go b/pkg/db/test.go index 644bfca9a..622a6ae83 100644 --- a/pkg/db/test.go +++ b/pkg/db/test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package db diff --git a/pkg/db/test_fixtures.go b/pkg/db/test_fixtures.go index 3b9100b13..870b0193e 100644 --- a/pkg/db/test_fixtures.go +++ b/pkg/db/test_fixtures.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package db diff --git a/pkg/events/events.go b/pkg/events/events.go index e622076f0..a3af3b20d 100644 --- a/pkg/events/events.go +++ b/pkg/events/events.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package events diff --git a/pkg/events/listeners.go b/pkg/events/listeners.go index 4a1eea02a..81357d242 100644 --- a/pkg/events/listeners.go +++ b/pkg/events/listeners.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package events diff --git a/pkg/events/testing.go b/pkg/events/testing.go index cd33959e4..951316cb1 100644 --- a/pkg/events/testing.go +++ b/pkg/events/testing.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package events diff --git a/pkg/files/db.go b/pkg/files/db.go index 310c38bae..e23167e1e 100644 --- a/pkg/files/db.go +++ b/pkg/files/db.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package files diff --git a/pkg/files/dump.go b/pkg/files/dump.go index 676f07339..c32cc3c75 100644 --- a/pkg/files/dump.go +++ b/pkg/files/dump.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package files diff --git a/pkg/files/error.go b/pkg/files/error.go index edbbe675d..2523bc261 100644 --- a/pkg/files/error.go +++ b/pkg/files/error.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package files diff --git a/pkg/files/filehandling.go b/pkg/files/filehandling.go index a422b1f42..d520f1d33 100644 --- a/pkg/files/filehandling.go +++ b/pkg/files/filehandling.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package files diff --git a/pkg/files/files.go b/pkg/files/files.go index 695ec052d..241c423d1 100644 --- a/pkg/files/files.go +++ b/pkg/files/files.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package files diff --git a/pkg/files/files_test.go b/pkg/files/files_test.go index 439634fe7..1d883817e 100644 --- a/pkg/files/files_test.go +++ b/pkg/files/files_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package files diff --git a/pkg/files/main_test.go b/pkg/files/main_test.go index c90f1d4ed..4f9d30d96 100644 --- a/pkg/files/main_test.go +++ b/pkg/files/main_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package files diff --git a/pkg/i18n/i18n.go b/pkg/i18n/i18n.go index 33b4e7b7e..2017e85af 100644 --- a/pkg/i18n/i18n.go +++ b/pkg/i18n/i18n.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package i18n diff --git a/pkg/initialize/events.go b/pkg/initialize/events.go index d5cd7996b..6fdba3cbe 100644 --- a/pkg/initialize/events.go +++ b/pkg/initialize/events.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package initialize diff --git a/pkg/initialize/init.go b/pkg/initialize/init.go index e622201a3..a4a796ac4 100644 --- a/pkg/initialize/init.go +++ b/pkg/initialize/init.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package initialize diff --git a/pkg/integrations/api_tokens_test.go b/pkg/integrations/api_tokens_test.go index c3f98dd5c..5e92eba0c 100644 --- a/pkg/integrations/api_tokens_test.go +++ b/pkg/integrations/api_tokens_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/archived_test.go b/pkg/integrations/archived_test.go index 398e2c8f1..d70c479a9 100644 --- a/pkg/integrations/archived_test.go +++ b/pkg/integrations/archived_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/caldav_test.go b/pkg/integrations/caldav_test.go index 671de1c06..1a98181d7 100644 --- a/pkg/integrations/caldav_test.go +++ b/pkg/integrations/caldav_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/healthcheck_test.go b/pkg/integrations/healthcheck_test.go index 0dd933b81..c76d7f29d 100644 --- a/pkg/integrations/healthcheck_test.go +++ b/pkg/integrations/healthcheck_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/integrations.go b/pkg/integrations/integrations.go index 75ee38af8..629f3f213 100644 --- a/pkg/integrations/integrations.go +++ b/pkg/integrations/integrations.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/kanban_test.go b/pkg/integrations/kanban_test.go index 92cc319df..512cc56a3 100644 --- a/pkg/integrations/kanban_test.go +++ b/pkg/integrations/kanban_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/link_sharing_auth_test.go b/pkg/integrations/link_sharing_auth_test.go index 41c849698..a22032ab2 100644 --- a/pkg/integrations/link_sharing_auth_test.go +++ b/pkg/integrations/link_sharing_auth_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 81f72206c..cc997bb5d 100644 --- a/pkg/integrations/link_sharing_test.go +++ b/pkg/integrations/link_sharing_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/login_test.go b/pkg/integrations/login_test.go index a9dfe0225..8efddbc5d 100644 --- a/pkg/integrations/login_test.go +++ b/pkg/integrations/login_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/project_test.go b/pkg/integrations/project_test.go index c8d538b8e..858141b6f 100644 --- a/pkg/integrations/project_test.go +++ b/pkg/integrations/project_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/register_test.go b/pkg/integrations/register_test.go index 1eb303c4b..1c300182e 100644 --- a/pkg/integrations/register_test.go +++ b/pkg/integrations/register_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 d550d7e56..19030ae58 100644 --- a/pkg/integrations/task_collection_test.go +++ b/pkg/integrations/task_collection_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/task_comment_test.go b/pkg/integrations/task_comment_test.go index cded8cb65..49b60a17a 100644 --- a/pkg/integrations/task_comment_test.go +++ b/pkg/integrations/task_comment_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/task_test.go b/pkg/integrations/task_test.go index 7e77020d0..b49bb7e67 100644 --- a/pkg/integrations/task_test.go +++ b/pkg/integrations/task_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/token_test.go b/pkg/integrations/token_test.go index 0b30aa7c2..366152288 100644 --- a/pkg/integrations/token_test.go +++ b/pkg/integrations/token_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 01bd23df5..caf0610f4 100644 --- a/pkg/integrations/user_change_password_test.go +++ b/pkg/integrations/user_change_password_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 0370dd73e..f1d4b9aa0 100644 --- a/pkg/integrations/user_confirm_email_test.go +++ b/pkg/integrations/user_confirm_email_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 5e94c4ffe..db308bbdc 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-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 bcae79385..a0286e5d2 100644 --- a/pkg/integrations/user_password_reset_test.go +++ b/pkg/integrations/user_password_reset_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/integrations/user_project_test.go b/pkg/integrations/user_project_test.go index c62212a1e..07cd2dfbc 100644 --- a/pkg/integrations/user_project_test.go +++ b/pkg/integrations/user_project_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 b38a97c3f..11d2d39ca 100644 --- a/pkg/integrations/user_show_test.go +++ b/pkg/integrations/user_show_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package integrations diff --git a/pkg/log/logging.go b/pkg/log/logging.go index 2706f3dbb..83449dad6 100644 --- a/pkg/log/logging.go +++ b/pkg/log/logging.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package log diff --git a/pkg/log/mail_logger.go b/pkg/log/mail_logger.go index 522e8ad31..854874fa6 100644 --- a/pkg/log/mail_logger.go +++ b/pkg/log/mail_logger.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package log diff --git a/pkg/log/noop.go b/pkg/log/noop.go index 7a6330cbf..615405171 100644 --- a/pkg/log/noop.go +++ b/pkg/log/noop.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package log diff --git a/pkg/log/watermill_logger.go b/pkg/log/watermill_logger.go index f3a0c0eb9..9aa7f5b47 100644 --- a/pkg/log/watermill_logger.go +++ b/pkg/log/watermill_logger.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package log diff --git a/pkg/log/xorm_logger.go b/pkg/log/xorm_logger.go index a987a93bf..fc772d5a8 100644 --- a/pkg/log/xorm_logger.go +++ b/pkg/log/xorm_logger.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package log diff --git a/pkg/mail/mail.go b/pkg/mail/mail.go index f4464e353..9edcaba8c 100644 --- a/pkg/mail/mail.go +++ b/pkg/mail/mail.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package mail diff --git a/pkg/mail/send_mail.go b/pkg/mail/send_mail.go index 168e13bef..c31787c65 100644 --- a/pkg/mail/send_mail.go +++ b/pkg/mail/send_mail.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package mail diff --git a/pkg/mail/testing.go b/pkg/mail/testing.go index a845880c9..02a047586 100644 --- a/pkg/mail/testing.go +++ b/pkg/mail/testing.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package mail diff --git a/pkg/metrics/active_users.go b/pkg/metrics/active_users.go index aa6a08a2d..91c0d540d 100644 --- a/pkg/metrics/active_users.go +++ b/pkg/metrics/active_users.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package metrics diff --git a/pkg/metrics/metrics.go b/pkg/metrics/metrics.go index 6eeeaa0b0..00dce43eb 100644 --- a/pkg/metrics/metrics.go +++ b/pkg/metrics/metrics.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package metrics diff --git a/pkg/migration/20190324205606.go b/pkg/migration/20190324205606.go index db7409c4f..59ba018e2 100644 --- a/pkg/migration/20190324205606.go +++ b/pkg/migration/20190324205606.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20190328074430.go b/pkg/migration/20190328074430.go index 027dd2d74..e4420308b 100644 --- a/pkg/migration/20190328074430.go +++ b/pkg/migration/20190328074430.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20190430111111.go b/pkg/migration/20190430111111.go index f423ef8d9..c5b355609 100644 --- a/pkg/migration/20190430111111.go +++ b/pkg/migration/20190430111111.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20190511202210.go b/pkg/migration/20190511202210.go index 8e1157a57..36b9c2249 100644 --- a/pkg/migration/20190511202210.go +++ b/pkg/migration/20190511202210.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20190514192749.go b/pkg/migration/20190514192749.go index 10760d2f9..c08808ee2 100644 --- a/pkg/migration/20190514192749.go +++ b/pkg/migration/20190514192749.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20190524205441.go b/pkg/migration/20190524205441.go index d69b80e01..bcb8172d8 100644 --- a/pkg/migration/20190524205441.go +++ b/pkg/migration/20190524205441.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20190718200716.go b/pkg/migration/20190718200716.go index 9e0c49278..0dca5715d 100644 --- a/pkg/migration/20190718200716.go +++ b/pkg/migration/20190718200716.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20190818210133.go b/pkg/migration/20190818210133.go index 2f0f9822b..5e01bc734 100644 --- a/pkg/migration/20190818210133.go +++ b/pkg/migration/20190818210133.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20190920185205.go b/pkg/migration/20190920185205.go index 96754eed3..104bf6535 100644 --- a/pkg/migration/20190920185205.go +++ b/pkg/migration/20190920185205.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20190922205826.go b/pkg/migration/20190922205826.go index 24ae22d9a..97874d6f5 100644 --- a/pkg/migration/20190922205826.go +++ b/pkg/migration/20190922205826.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20191008194238.go b/pkg/migration/20191008194238.go index 7e2acdc58..384027204 100644 --- a/pkg/migration/20191008194238.go +++ b/pkg/migration/20191008194238.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20191010131430.go b/pkg/migration/20191010131430.go index 91aadbc0c..b37c17239 100644 --- a/pkg/migration/20191010131430.go +++ b/pkg/migration/20191010131430.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20191207204427.go b/pkg/migration/20191207204427.go index ca475afb2..ea7c8280a 100644 --- a/pkg/migration/20191207204427.go +++ b/pkg/migration/20191207204427.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20191207220736.go b/pkg/migration/20191207220736.go index 79f39520f..d3974c6d9 100644 --- a/pkg/migration/20191207220736.go +++ b/pkg/migration/20191207220736.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200120201756.go b/pkg/migration/20200120201756.go index ad25c18cf..3a02f34f2 100644 --- a/pkg/migration/20200120201756.go +++ b/pkg/migration/20200120201756.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200219183248.go b/pkg/migration/20200219183248.go index b251dbcf1..ad5de41b3 100644 --- a/pkg/migration/20200219183248.go +++ b/pkg/migration/20200219183248.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200308205855.go b/pkg/migration/20200308205855.go index 392feacc4..e744b472d 100644 --- a/pkg/migration/20200308205855.go +++ b/pkg/migration/20200308205855.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200308210130.go b/pkg/migration/20200308210130.go index 18d718127..4147139d7 100644 --- a/pkg/migration/20200308210130.go +++ b/pkg/migration/20200308210130.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200322214440.go b/pkg/migration/20200322214440.go index 0c3f2300c..ceaaad7cc 100644 --- a/pkg/migration/20200322214440.go +++ b/pkg/migration/20200322214440.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200322214624.go b/pkg/migration/20200322214624.go index a8f446c3a..e3ce6d664 100644 --- a/pkg/migration/20200322214624.go +++ b/pkg/migration/20200322214624.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200417175201.go b/pkg/migration/20200417175201.go index 8b43beed4..cc4457620 100644 --- a/pkg/migration/20200417175201.go +++ b/pkg/migration/20200417175201.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200418230432.go b/pkg/migration/20200418230432.go index 9b6ca050e..7f5efac2c 100644 --- a/pkg/migration/20200418230432.go +++ b/pkg/migration/20200418230432.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200418230605.go b/pkg/migration/20200418230605.go index 450ffd8d2..9eca52247 100644 --- a/pkg/migration/20200418230605.go +++ b/pkg/migration/20200418230605.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200420215928.go b/pkg/migration/20200420215928.go index c05360237..5a06920fa 100644 --- a/pkg/migration/20200420215928.go +++ b/pkg/migration/20200420215928.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200425182634.go b/pkg/migration/20200425182634.go index fc990102b..31270f765 100644 --- a/pkg/migration/20200425182634.go +++ b/pkg/migration/20200425182634.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200509103709.go b/pkg/migration/20200509103709.go index 420d83a28..f1bbf820a 100644 --- a/pkg/migration/20200509103709.go +++ b/pkg/migration/20200509103709.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200515172220.go b/pkg/migration/20200515172220.go index f3c9576bc..868e61abe 100644 --- a/pkg/migration/20200515172220.go +++ b/pkg/migration/20200515172220.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200515195546.go b/pkg/migration/20200515195546.go index 4b7b53fdf..3b251465e 100644 --- a/pkg/migration/20200515195546.go +++ b/pkg/migration/20200515195546.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200516123847.go b/pkg/migration/20200516123847.go index 3c8862afe..4c899aa41 100644 --- a/pkg/migration/20200516123847.go +++ b/pkg/migration/20200516123847.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200524221534.go b/pkg/migration/20200524221534.go index 9464da8d3..178259eec 100644 --- a/pkg/migration/20200524221534.go +++ b/pkg/migration/20200524221534.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200524224611.go b/pkg/migration/20200524224611.go index 17ae67709..9824a629a 100644 --- a/pkg/migration/20200524224611.go +++ b/pkg/migration/20200524224611.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200614113230.go b/pkg/migration/20200614113230.go index a43cafe03..737d1cbaa 100644 --- a/pkg/migration/20200614113230.go +++ b/pkg/migration/20200614113230.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200621214452.go b/pkg/migration/20200621214452.go index 636aaf323..1df68e9cb 100644 --- a/pkg/migration/20200621214452.go +++ b/pkg/migration/20200621214452.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200801183357.go b/pkg/migration/20200801183357.go index c1237174e..e445c5eeb 100644 --- a/pkg/migration/20200801183357.go +++ b/pkg/migration/20200801183357.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200904101559.go b/pkg/migration/20200904101559.go index bdfadbe49..c268ad867 100644 --- a/pkg/migration/20200904101559.go +++ b/pkg/migration/20200904101559.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200905151040.go b/pkg/migration/20200905151040.go index 4c005abea..cb2f18abc 100644 --- a/pkg/migration/20200905151040.go +++ b/pkg/migration/20200905151040.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200905232458.go b/pkg/migration/20200905232458.go index b09099944..9702e8b6b 100644 --- a/pkg/migration/20200905232458.go +++ b/pkg/migration/20200905232458.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20200906184746.go b/pkg/migration/20200906184746.go index a24406c40..e4e160831 100644 --- a/pkg/migration/20200906184746.go +++ b/pkg/migration/20200906184746.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20201025195822.go b/pkg/migration/20201025195822.go index f1ceec95a..8944be630 100644 --- a/pkg/migration/20201025195822.go +++ b/pkg/migration/20201025195822.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20201121181647.go b/pkg/migration/20201121181647.go index 6b74c1d8f..d792a61f3 100644 --- a/pkg/migration/20201121181647.go +++ b/pkg/migration/20201121181647.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20201218152741.go b/pkg/migration/20201218152741.go index 9fe8fdb50..c04f167cb 100644 --- a/pkg/migration/20201218152741.go +++ b/pkg/migration/20201218152741.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20201218220204.go b/pkg/migration/20201218220204.go index 0c2edef2e..14cccdc91 100644 --- a/pkg/migration/20201218220204.go +++ b/pkg/migration/20201218220204.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20201219145028.go b/pkg/migration/20201219145028.go index 6022f45f1..a169003b3 100644 --- a/pkg/migration/20201219145028.go +++ b/pkg/migration/20201219145028.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210207192805.go b/pkg/migration/20210207192805.go index f379182ae..3b0cb196e 100644 --- a/pkg/migration/20210207192805.go +++ b/pkg/migration/20210207192805.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210209204715.go b/pkg/migration/20210209204715.go index 24dac6de5..8fa8bc29c 100644 --- a/pkg/migration/20210209204715.go +++ b/pkg/migration/20210209204715.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210220222121.go b/pkg/migration/20210220222121.go index bfef59ce8..7cb63eb80 100644 --- a/pkg/migration/20210220222121.go +++ b/pkg/migration/20210220222121.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210221111953.go b/pkg/migration/20210221111953.go index 9a25e66c5..2458e577d 100644 --- a/pkg/migration/20210221111953.go +++ b/pkg/migration/20210221111953.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210321185225.go b/pkg/migration/20210321185225.go index c619d41fb..4c03a1953 100644 --- a/pkg/migration/20210321185225.go +++ b/pkg/migration/20210321185225.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210328191017.go b/pkg/migration/20210328191017.go index b89b96e60..3a3f20827 100644 --- a/pkg/migration/20210328191017.go +++ b/pkg/migration/20210328191017.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210403145503.go b/pkg/migration/20210403145503.go index 6a50a46ca..8cdee0c2a 100644 --- a/pkg/migration/20210403145503.go +++ b/pkg/migration/20210403145503.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210403220653.go b/pkg/migration/20210403220653.go index 249384c03..b47a2801f 100644 --- a/pkg/migration/20210403220653.go +++ b/pkg/migration/20210403220653.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210407170753.go b/pkg/migration/20210407170753.go index fdf9ba7ae..01e107764 100644 --- a/pkg/migration/20210407170753.go +++ b/pkg/migration/20210407170753.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210411113105.go b/pkg/migration/20210411113105.go index 0914948d1..520564122 100644 --- a/pkg/migration/20210411113105.go +++ b/pkg/migration/20210411113105.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210411161337.go b/pkg/migration/20210411161337.go index c80b47155..09056e37d 100644 --- a/pkg/migration/20210411161337.go +++ b/pkg/migration/20210411161337.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210413131057.go b/pkg/migration/20210413131057.go index 27984acea..089d1e87b 100644 --- a/pkg/migration/20210413131057.go +++ b/pkg/migration/20210413131057.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210527105701.go b/pkg/migration/20210527105701.go index ccffd10b9..777760701 100644 --- a/pkg/migration/20210527105701.go +++ b/pkg/migration/20210527105701.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210603174608.go b/pkg/migration/20210603174608.go index f3d3199b1..4feb7c9e7 100644 --- a/pkg/migration/20210603174608.go +++ b/pkg/migration/20210603174608.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210709191101.go b/pkg/migration/20210709191101.go index 51e360d0e..f010b8a2f 100644 --- a/pkg/migration/20210709191101.go +++ b/pkg/migration/20210709191101.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210709211508.go b/pkg/migration/20210709211508.go index 7beb4e4ce..a5e21f1d5 100644 --- a/pkg/migration/20210709211508.go +++ b/pkg/migration/20210709211508.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210711173657.go b/pkg/migration/20210711173657.go index edcbe480f..bbf696358 100644 --- a/pkg/migration/20210711173657.go +++ b/pkg/migration/20210711173657.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210713213622.go b/pkg/migration/20210713213622.go index adfe9cfad..8e4c0ac2b 100644 --- a/pkg/migration/20210713213622.go +++ b/pkg/migration/20210713213622.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210725153703.go b/pkg/migration/20210725153703.go index f3901cc63..7ffb8dd3f 100644 --- a/pkg/migration/20210725153703.go +++ b/pkg/migration/20210725153703.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210727204942.go b/pkg/migration/20210727204942.go index 97b80214b..d76b4a25a 100644 --- a/pkg/migration/20210727204942.go +++ b/pkg/migration/20210727204942.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210727211037.go b/pkg/migration/20210727211037.go index fd2cfd8b1..9c22503db 100644 --- a/pkg/migration/20210727211037.go +++ b/pkg/migration/20210727211037.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210729142940.go b/pkg/migration/20210729142940.go index 15983ef25..cae4dc980 100644 --- a/pkg/migration/20210729142940.go +++ b/pkg/migration/20210729142940.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210802081716.go b/pkg/migration/20210802081716.go index ab5ff8d1d..379d1a176 100644 --- a/pkg/migration/20210802081716.go +++ b/pkg/migration/20210802081716.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20210829194722.go b/pkg/migration/20210829194722.go index 0a7d73b97..53d4957ab 100644 --- a/pkg/migration/20210829194722.go +++ b/pkg/migration/20210829194722.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20211212151642.go b/pkg/migration/20211212151642.go index c37bd5011..404208708 100644 --- a/pkg/migration/20211212151642.go +++ b/pkg/migration/20211212151642.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20211212210054.go b/pkg/migration/20211212210054.go index 88e855f8e..970dfd1c7 100644 --- a/pkg/migration/20211212210054.go +++ b/pkg/migration/20211212210054.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20220112211537.go b/pkg/migration/20220112211537.go index 73128c461..453ea46f8 100644 --- a/pkg/migration/20220112211537.go +++ b/pkg/migration/20220112211537.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20220616145228.go b/pkg/migration/20220616145228.go index 8f4760cc3..1a4827242 100644 --- a/pkg/migration/20220616145228.go +++ b/pkg/migration/20220616145228.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20220815200851.go b/pkg/migration/20220815200851.go index a02b05b96..fe347ae83 100644 --- a/pkg/migration/20220815200851.go +++ b/pkg/migration/20220815200851.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20221002120521.go b/pkg/migration/20221002120521.go index b34e90461..130ed52f9 100644 --- a/pkg/migration/20221002120521.go +++ b/pkg/migration/20221002120521.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20221113170740.go b/pkg/migration/20221113170740.go index 0cfa31896..8a540bbcf 100644 --- a/pkg/migration/20221113170740.go +++ b/pkg/migration/20221113170740.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20221228112131.go b/pkg/migration/20221228112131.go index 53159d82c..6675972ba 100644 --- a/pkg/migration/20221228112131.go +++ b/pkg/migration/20221228112131.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20230104152903.go b/pkg/migration/20230104152903.go index 82747d5f4..ca02280ce 100644 --- a/pkg/migration/20230104152903.go +++ b/pkg/migration/20230104152903.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20230307171848.go b/pkg/migration/20230307171848.go index ade1a6d26..27a54d5a3 100644 --- a/pkg/migration/20230307171848.go +++ b/pkg/migration/20230307171848.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20230611170341.go b/pkg/migration/20230611170341.go index 9dde223c1..0d951c00a 100644 --- a/pkg/migration/20230611170341.go +++ b/pkg/migration/20230611170341.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20230824132533.go b/pkg/migration/20230824132533.go index 2c954d07f..b7851b6f4 100644 --- a/pkg/migration/20230824132533.go +++ b/pkg/migration/20230824132533.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20230828125443.go b/pkg/migration/20230828125443.go index c74566ee8..c4dfdb327 100644 --- a/pkg/migration/20230828125443.go +++ b/pkg/migration/20230828125443.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20230831155832.go b/pkg/migration/20230831155832.go index 19157c767..1b4fdef03 100644 --- a/pkg/migration/20230831155832.go +++ b/pkg/migration/20230831155832.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20230903143017.go b/pkg/migration/20230903143017.go index 5040c53de..0f3b36f19 100644 --- a/pkg/migration/20230903143017.go +++ b/pkg/migration/20230903143017.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20230913202615.go b/pkg/migration/20230913202615.go index 206d4555a..6f36f48e6 100644 --- a/pkg/migration/20230913202615.go +++ b/pkg/migration/20230913202615.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20231022144641.go b/pkg/migration/20231022144641.go index c02b72810..1a9791962 100644 --- a/pkg/migration/20231022144641.go +++ b/pkg/migration/20231022144641.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20231108231513.go b/pkg/migration/20231108231513.go index 780616486..346c2520e 100644 --- a/pkg/migration/20231108231513.go +++ b/pkg/migration/20231108231513.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20231121191822.go b/pkg/migration/20231121191822.go index db7868ae1..eb38df2e2 100644 --- a/pkg/migration/20231121191822.go +++ b/pkg/migration/20231121191822.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240114224713.go b/pkg/migration/20240114224713.go index 45ff861a6..df2f1f97f 100644 --- a/pkg/migration/20240114224713.go +++ b/pkg/migration/20240114224713.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240304153738.go b/pkg/migration/20240304153738.go index 4661897bb..5e7682a25 100644 --- a/pkg/migration/20240304153738.go +++ b/pkg/migration/20240304153738.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240309111148.go b/pkg/migration/20240309111148.go index 7b0aa4c83..3f7073e4f 100644 --- a/pkg/migration/20240309111148.go +++ b/pkg/migration/20240309111148.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240311173251.go b/pkg/migration/20240311173251.go index 736f43891..814d1ab8d 100644 --- a/pkg/migration/20240311173251.go +++ b/pkg/migration/20240311173251.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240313230538.go b/pkg/migration/20240313230538.go index 3f712017b..4785c854e 100644 --- a/pkg/migration/20240313230538.go +++ b/pkg/migration/20240313230538.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240314214802.go b/pkg/migration/20240314214802.go index c266bbaa1..53a3f3d91 100644 --- a/pkg/migration/20240314214802.go +++ b/pkg/migration/20240314214802.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240315093418.go b/pkg/migration/20240315093418.go index bc685c379..58e51b3cf 100644 --- a/pkg/migration/20240315093418.go +++ b/pkg/migration/20240315093418.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240315104205.go b/pkg/migration/20240315104205.go index 6100af526..fd4a3d557 100644 --- a/pkg/migration/20240315104205.go +++ b/pkg/migration/20240315104205.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240315110428.go b/pkg/migration/20240315110428.go index dd421dfba..04303e5b3 100644 --- a/pkg/migration/20240315110428.go +++ b/pkg/migration/20240315110428.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240329170952.go b/pkg/migration/20240329170952.go index ffd48120e..933d00aec 100644 --- a/pkg/migration/20240329170952.go +++ b/pkg/migration/20240329170952.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240406125227.go b/pkg/migration/20240406125227.go index d20ebd4a9..b5461b082 100644 --- a/pkg/migration/20240406125227.go +++ b/pkg/migration/20240406125227.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240603172746.go b/pkg/migration/20240603172746.go index 5dae0fdb1..b9fb12447 100644 --- a/pkg/migration/20240603172746.go +++ b/pkg/migration/20240603172746.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20240919130957.go b/pkg/migration/20240919130957.go index bb0b98e81..632af4964 100644 --- a/pkg/migration/20240919130957.go +++ b/pkg/migration/20240919130957.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20241028131622.go b/pkg/migration/20241028131622.go index d8a440927..bf6475d3a 100644 --- a/pkg/migration/20241028131622.go +++ b/pkg/migration/20241028131622.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20241118123644.go b/pkg/migration/20241118123644.go index 9832b279c..36dffc005 100644 --- a/pkg/migration/20241118123644.go +++ b/pkg/migration/20241118123644.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20241119115012.go b/pkg/migration/20241119115012.go index 695caa3ee..7c0cc9d6c 100644 --- a/pkg/migration/20241119115012.go +++ b/pkg/migration/20241119115012.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20250317174522.go b/pkg/migration/20250317174522.go index cf7716ac7..84bbbc53b 100644 --- a/pkg/migration/20250317174522.go +++ b/pkg/migration/20250317174522.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/20250323212553.go b/pkg/migration/20250323212553.go index d5b207de4..f9af146de 100644 --- a/pkg/migration/20250323212553.go +++ b/pkg/migration/20250323212553.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/migration/migration.go b/pkg/migration/migration.go index ac93ac3ee..e0a9ce530 100644 --- a/pkg/migration/migration.go +++ b/pkg/migration/migration.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/models/api_routes.go b/pkg/models/api_routes.go index 7ae11e8b6..5a980ab9f 100644 --- a/pkg/models/api_routes.go +++ b/pkg/models/api_routes.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/api_tokens.go b/pkg/models/api_tokens.go index b15abafaf..45e9b444b 100644 --- a/pkg/models/api_tokens.go +++ b/pkg/models/api_tokens.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/api_tokens_rights.go b/pkg/models/api_tokens_rights.go index b51f1cbd8..fb8ed0424 100644 --- a/pkg/models/api_tokens_rights.go +++ b/pkg/models/api_tokens_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/api_tokens_test.go b/pkg/models/api_tokens_test.go index 9ddd3709d..e0ebca8d6 100644 --- a/pkg/models/api_tokens_test.go +++ b/pkg/models/api_tokens_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/bulk_task.go b/pkg/models/bulk_task.go index a4f5852ce..ac371115a 100644 --- a/pkg/models/bulk_task.go +++ b/pkg/models/bulk_task.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/bulk_task_test.go b/pkg/models/bulk_task_test.go index 97ad8d0ad..e1eb6155e 100644 --- a/pkg/models/bulk_task_test.go +++ b/pkg/models/bulk_task_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/error.go b/pkg/models/error.go index 38b31a22b..955dc7295 100644 --- a/pkg/models/error.go +++ b/pkg/models/error.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/events.go b/pkg/models/events.go index 663c3c51f..d98342e39 100644 --- a/pkg/models/events.go +++ b/pkg/models/events.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/export.go b/pkg/models/export.go index 8ad15e11c..4c6e2185d 100644 --- a/pkg/models/export.go +++ b/pkg/models/export.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/favorites.go b/pkg/models/favorites.go index 00fab14d1..064d51859 100644 --- a/pkg/models/favorites.go +++ b/pkg/models/favorites.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/kanban.go b/pkg/models/kanban.go index 2f0f112ea..d09c760fc 100644 --- a/pkg/models/kanban.go +++ b/pkg/models/kanban.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/kanban_rights.go b/pkg/models/kanban_rights.go index ea08f4c03..4b3e6415d 100644 --- a/pkg/models/kanban_rights.go +++ b/pkg/models/kanban_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/kanban_task_bucket.go b/pkg/models/kanban_task_bucket.go index 79cfd5803..e8f49574a 100644 --- a/pkg/models/kanban_task_bucket.go +++ b/pkg/models/kanban_task_bucket.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/kanban_task_bucket_test.go b/pkg/models/kanban_task_bucket_test.go index ea9f42c77..c11cead57 100644 --- a/pkg/models/kanban_task_bucket_test.go +++ b/pkg/models/kanban_task_bucket_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/kanban_test.go b/pkg/models/kanban_test.go index 6f4f89686..5998cd7ac 100644 --- a/pkg/models/kanban_test.go +++ b/pkg/models/kanban_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/label.go b/pkg/models/label.go index fe6d279c8..f5e5ad76e 100644 --- a/pkg/models/label.go +++ b/pkg/models/label.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/label_rights.go b/pkg/models/label_rights.go index df53c053f..c9143bebb 100644 --- a/pkg/models/label_rights.go +++ b/pkg/models/label_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/label_task.go b/pkg/models/label_task.go index 08303f713..a524d4f0f 100644 --- a/pkg/models/label_task.go +++ b/pkg/models/label_task.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 261c4afcf..f6f64394b 100644 --- a/pkg/models/label_task_rights.go +++ b/pkg/models/label_task_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/label_task_test.go b/pkg/models/label_task_test.go index dc57ddfa3..19659afd6 100644 --- a/pkg/models/label_task_test.go +++ b/pkg/models/label_task_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/label_test.go b/pkg/models/label_test.go index 47d8a3169..080be4978 100644 --- a/pkg/models/label_test.go +++ b/pkg/models/label_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/link_sharing.go b/pkg/models/link_sharing.go index dd3885892..f43da932f 100644 --- a/pkg/models/link_sharing.go +++ b/pkg/models/link_sharing.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/link_sharing_rights.go b/pkg/models/link_sharing_rights.go index 75a76a008..4a4f386bc 100644 --- a/pkg/models/link_sharing_rights.go +++ b/pkg/models/link_sharing_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/link_sharing_test.go b/pkg/models/link_sharing_test.go index 07353bc5c..a62b350e8 100644 --- a/pkg/models/link_sharing_test.go +++ b/pkg/models/link_sharing_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/listeners.go b/pkg/models/listeners.go index bb2495d76..2b234d5ae 100644 --- a/pkg/models/listeners.go +++ b/pkg/models/listeners.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/main_test.go b/pkg/models/main_test.go index a4d4cb30c..9ebdce533 100644 --- a/pkg/models/main_test.go +++ b/pkg/models/main_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/mentions.go b/pkg/models/mentions.go index c9dc9bc1c..05146762a 100644 --- a/pkg/models/mentions.go +++ b/pkg/models/mentions.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/mentions_test.go b/pkg/models/mentions_test.go index 0f4ee23c6..93b3871df 100644 --- a/pkg/models/mentions_test.go +++ b/pkg/models/mentions_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/message.go b/pkg/models/message.go index bde8776ba..ef51cfc18 100644 --- a/pkg/models/message.go +++ b/pkg/models/message.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/models.go b/pkg/models/models.go index a9d5d388d..dc954b07b 100644 --- a/pkg/models/models.go +++ b/pkg/models/models.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/notifications.go b/pkg/models/notifications.go index f86ae24b0..56cd9b11c 100644 --- a/pkg/models/notifications.go +++ b/pkg/models/notifications.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/notifications_database.go b/pkg/models/notifications_database.go index 4c80e8136..0b0dc9e0b 100644 --- a/pkg/models/notifications_database.go +++ b/pkg/models/notifications_database.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project.go b/pkg/models/project.go index 241d376c3..fd4f33aa1 100644 --- a/pkg/models/project.go +++ b/pkg/models/project.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_duplicate.go b/pkg/models/project_duplicate.go index f05c0756a..34412fcf9 100644 --- a/pkg/models/project_duplicate.go +++ b/pkg/models/project_duplicate.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_duplicate_test.go b/pkg/models/project_duplicate_test.go index faaa5757e..655784af3 100644 --- a/pkg/models/project_duplicate_test.go +++ b/pkg/models/project_duplicate_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_rights.go b/pkg/models/project_rights.go index fddf5129c..35816b5cf 100644 --- a/pkg/models/project_rights.go +++ b/pkg/models/project_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_team.go b/pkg/models/project_team.go index 067bdb6c0..d6bd5f170 100644 --- a/pkg/models/project_team.go +++ b/pkg/models/project_team.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_team_rights.go b/pkg/models/project_team_rights.go index 5d100909b..3796a62c5 100644 --- a/pkg/models/project_team_rights.go +++ b/pkg/models/project_team_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_team_test.go b/pkg/models/project_team_test.go index 99b2f3a43..a1702d4ba 100644 --- a/pkg/models/project_team_test.go +++ b/pkg/models/project_team_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_test.go b/pkg/models/project_test.go index 88b7ca548..0f88bfce2 100644 --- a/pkg/models/project_test.go +++ b/pkg/models/project_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_users.go b/pkg/models/project_users.go index c46277420..97d440c29 100644 --- a/pkg/models/project_users.go +++ b/pkg/models/project_users.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_users_rights.go b/pkg/models/project_users_rights.go index 62e99d403..92d04d66b 100644 --- a/pkg/models/project_users_rights.go +++ b/pkg/models/project_users_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_users_rights_test.go b/pkg/models/project_users_rights_test.go index e94d5afe8..f25ae9e1b 100644 --- a/pkg/models/project_users_rights_test.go +++ b/pkg/models/project_users_rights_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_users_test.go b/pkg/models/project_users_test.go index 1c8b4a4ac..7da80b7c4 100644 --- a/pkg/models/project_users_test.go +++ b/pkg/models/project_users_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_view.go b/pkg/models/project_view.go index b459d8f5d..2fc0fce49 100644 --- a/pkg/models/project_view.go +++ b/pkg/models/project_view.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/project_view_rights.go b/pkg/models/project_view_rights.go index 68b7c3b87..3369ea3f7 100644 --- a/pkg/models/project_view_rights.go +++ b/pkg/models/project_view_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/reaction.go b/pkg/models/reaction.go index fc38786a2..d7a9f3c4e 100644 --- a/pkg/models/reaction.go +++ b/pkg/models/reaction.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/reaction_rights.go b/pkg/models/reaction_rights.go index f56c64285..031d82749 100644 --- a/pkg/models/reaction_rights.go +++ b/pkg/models/reaction_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/reaction_test.go b/pkg/models/reaction_test.go index d788e450a..3d497ae7c 100644 --- a/pkg/models/reaction_test.go +++ b/pkg/models/reaction_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/rights.go b/pkg/models/rights.go index 64df592f0..b040155a9 100644 --- a/pkg/models/rights.go +++ b/pkg/models/rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/saved_filters.go b/pkg/models/saved_filters.go index d9ee2226c..b43953db7 100644 --- a/pkg/models/saved_filters.go +++ b/pkg/models/saved_filters.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 c1e7e5ead..8438e4979 100644 --- a/pkg/models/saved_filters_rights.go +++ b/pkg/models/saved_filters_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 185b6ccf2..396d149e3 100644 --- a/pkg/models/saved_filters_test.go +++ b/pkg/models/saved_filters_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/subscription.go b/pkg/models/subscription.go index 1ce260aa2..dd6c6505d 100644 --- a/pkg/models/subscription.go +++ b/pkg/models/subscription.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/subscription_rights.go b/pkg/models/subscription_rights.go index cca5cd21b..f0fcba8ce 100644 --- a/pkg/models/subscription_rights.go +++ b/pkg/models/subscription_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/subscription_test.go b/pkg/models/subscription_test.go index 31dec2e96..b9fdbcd59 100644 --- a/pkg/models/subscription_test.go +++ b/pkg/models/subscription_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_assignees.go b/pkg/models/task_assignees.go index 2608a9602..48873723a 100644 --- a/pkg/models/task_assignees.go +++ b/pkg/models/task_assignees.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 c2c2b834a..d6731ad67 100644 --- a/pkg/models/task_assignees_rights.go +++ b/pkg/models/task_assignees_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_attachment.go b/pkg/models/task_attachment.go index 622e26f85..0d1c8692c 100644 --- a/pkg/models/task_attachment.go +++ b/pkg/models/task_attachment.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 4eed5e5f6..7d1eb51c3 100644 --- a/pkg/models/task_attachment_rights.go +++ b/pkg/models/task_attachment_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 c7e5f1044..acb93971f 100644 --- a/pkg/models/task_attachment_test.go +++ b/pkg/models/task_attachment_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_collection.go b/pkg/models/task_collection.go index e516bfb71..efa19f47d 100644 --- a/pkg/models/task_collection.go +++ b/pkg/models/task_collection.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_collection_filter.go b/pkg/models/task_collection_filter.go index 139ed6388..6d00f38df 100644 --- a/pkg/models/task_collection_filter.go +++ b/pkg/models/task_collection_filter.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_collection_filter_test.go b/pkg/models/task_collection_filter_test.go index b4cd80c4b..06819de21 100644 --- a/pkg/models/task_collection_filter_test.go +++ b/pkg/models/task_collection_filter_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_collection_sort.go b/pkg/models/task_collection_sort.go index 15f6e82bf..3bcd878b2 100644 --- a/pkg/models/task_collection_sort.go +++ b/pkg/models/task_collection_sort.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 6b28d95b9..fbfe55921 100644 --- a/pkg/models/task_collection_sort_test.go +++ b/pkg/models/task_collection_sort_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 be096381e..ba5585feb 100644 --- a/pkg/models/task_collection_test.go +++ b/pkg/models/task_collection_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 52a0af7e3..8096a3036 100644 --- a/pkg/models/task_comment_rights.go +++ b/pkg/models/task_comment_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_comments.go b/pkg/models/task_comments.go index 97574f31c..572287fb7 100644 --- a/pkg/models/task_comments.go +++ b/pkg/models/task_comments.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_comments_test.go b/pkg/models/task_comments_test.go index da6652d8d..b6eef137c 100644 --- a/pkg/models/task_comments_test.go +++ b/pkg/models/task_comments_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_overdue_reminder.go b/pkg/models/task_overdue_reminder.go index 07e76da93..d126026d4 100644 --- a/pkg/models/task_overdue_reminder.go +++ b/pkg/models/task_overdue_reminder.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_overdue_reminder_test.go b/pkg/models/task_overdue_reminder_test.go index 84a9897e3..35566f901 100644 --- a/pkg/models/task_overdue_reminder_test.go +++ b/pkg/models/task_overdue_reminder_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_position.go b/pkg/models/task_position.go index 02c2af0a7..96a10ff68 100644 --- a/pkg/models/task_position.go +++ b/pkg/models/task_position.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_relation.go b/pkg/models/task_relation.go index 0ad9f64a2..a1dc91aa3 100644 --- a/pkg/models/task_relation.go +++ b/pkg/models/task_relation.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_relation_rights.go b/pkg/models/task_relation_rights.go index 99dd0d6a4..947223c30 100644 --- a/pkg/models/task_relation_rights.go +++ b/pkg/models/task_relation_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_relation_test.go b/pkg/models/task_relation_test.go index 03765a9a9..6df3b9165 100644 --- a/pkg/models/task_relation_test.go +++ b/pkg/models/task_relation_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_reminder.go b/pkg/models/task_reminder.go index 6f24ef3e9..a79d6c772 100644 --- a/pkg/models/task_reminder.go +++ b/pkg/models/task_reminder.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_reminder_test.go b/pkg/models/task_reminder_test.go index 66b1c9bea..7d720835c 100644 --- a/pkg/models/task_reminder_test.go +++ b/pkg/models/task_reminder_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/task_search.go b/pkg/models/task_search.go index 884abaf9d..a8baf3280 100644 --- a/pkg/models/task_search.go +++ b/pkg/models/task_search.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/tasks.go b/pkg/models/tasks.go index c88accde4..0c49de38d 100644 --- a/pkg/models/tasks.go +++ b/pkg/models/tasks.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/tasks_rights.go b/pkg/models/tasks_rights.go index 3b78e98aa..b859cbe46 100644 --- a/pkg/models/tasks_rights.go +++ b/pkg/models/tasks_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/tasks_test.go b/pkg/models/tasks_test.go index d143820ce..2494df3ae 100644 --- a/pkg/models/tasks_test.go +++ b/pkg/models/tasks_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/team_members.go b/pkg/models/team_members.go index 4b6d2d67f..22f27a3fc 100644 --- a/pkg/models/team_members.go +++ b/pkg/models/team_members.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 f5c77c084..d4f782b71 100644 --- a/pkg/models/team_members_rights.go +++ b/pkg/models/team_members_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 3d0f21d54..abbfc98a7 100644 --- a/pkg/models/team_members_test.go +++ b/pkg/models/team_members_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/team_sync.go b/pkg/models/team_sync.go index 266cffa1b..8518c23e1 100644 --- a/pkg/models/team_sync.go +++ b/pkg/models/team_sync.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/teams.go b/pkg/models/teams.go index 9689e20f4..8f1a0ec63 100644 --- a/pkg/models/teams.go +++ b/pkg/models/teams.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/teams_rights.go b/pkg/models/teams_rights.go index e66e562bc..50e9cd3fb 100644 --- a/pkg/models/teams_rights.go +++ b/pkg/models/teams_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 8f32c0f9c..13ec3cd20 100644 --- a/pkg/models/teams_rights_test.go +++ b/pkg/models/teams_rights_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/teams_test.go b/pkg/models/teams_test.go index 4f0ccd2d2..09dd4cdf8 100644 --- a/pkg/models/teams_test.go +++ b/pkg/models/teams_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/typesense.go b/pkg/models/typesense.go index 7a5868381..a1c311b58 100644 --- a/pkg/models/typesense.go +++ b/pkg/models/typesense.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/unit_tests.go b/pkg/models/unit_tests.go index 584fbe4ca..7b0eacb8d 100644 --- a/pkg/models/unit_tests.go +++ b/pkg/models/unit_tests.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/unsplash.go b/pkg/models/unsplash.go index 8037384cd..812ddab8e 100644 --- a/pkg/models/unsplash.go +++ b/pkg/models/unsplash.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/user_delete.go b/pkg/models/user_delete.go index 56bb1983e..cde660a0d 100644 --- a/pkg/models/user_delete.go +++ b/pkg/models/user_delete.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/user_delete_test.go b/pkg/models/user_delete_test.go index 220bb6e0c..2b3865d6a 100644 --- a/pkg/models/user_delete_test.go +++ b/pkg/models/user_delete_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/user_project.go b/pkg/models/user_project.go index 016873ba2..7baf9b182 100644 --- a/pkg/models/user_project.go +++ b/pkg/models/user_project.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/user_project_test.go b/pkg/models/user_project_test.go index 397f9c17a..a9018a3b1 100644 --- a/pkg/models/user_project_test.go +++ b/pkg/models/user_project_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/users.go b/pkg/models/users.go index 52f257dbc..da2b7af97 100644 --- a/pkg/models/users.go +++ b/pkg/models/users.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/webhooks.go b/pkg/models/webhooks.go index def553e97..9eb2537c5 100644 --- a/pkg/models/webhooks.go +++ b/pkg/models/webhooks.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/models/webhooks_rights.go b/pkg/models/webhooks_rights.go index 30fc6d5fa..efda80719 100644 --- a/pkg/models/webhooks_rights.go +++ b/pkg/models/webhooks_rights.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package models diff --git a/pkg/modules/auth/auth.go b/pkg/modules/auth/auth.go index 5b0deff6e..2afaf1dde 100644 --- a/pkg/modules/auth/auth.go +++ b/pkg/modules/auth/auth.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package auth diff --git a/pkg/modules/auth/ldap/ldap.go b/pkg/modules/auth/ldap/ldap.go index 961973ab3..65a351bf9 100644 --- a/pkg/modules/auth/ldap/ldap.go +++ b/pkg/modules/auth/ldap/ldap.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package ldap diff --git a/pkg/modules/auth/ldap/ldap_test.go b/pkg/modules/auth/ldap/ldap_test.go index 1a329ba1f..f3386a0c0 100644 --- a/pkg/modules/auth/ldap/ldap_test.go +++ b/pkg/modules/auth/ldap/ldap_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package ldap diff --git a/pkg/modules/auth/ldap/main_test.go b/pkg/modules/auth/ldap/main_test.go index cf8400e19..78dd5ba89 100644 --- a/pkg/modules/auth/ldap/main_test.go +++ b/pkg/modules/auth/ldap/main_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package ldap diff --git a/pkg/modules/auth/openid/cron.go b/pkg/modules/auth/openid/cron.go index f6eb63059..3fcca6204 100644 --- a/pkg/modules/auth/openid/cron.go +++ b/pkg/modules/auth/openid/cron.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package openid diff --git a/pkg/modules/auth/openid/main_test.go b/pkg/modules/auth/openid/main_test.go index 39cd21350..6afe1f618 100644 --- a/pkg/modules/auth/openid/main_test.go +++ b/pkg/modules/auth/openid/main_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 4c176bc62..50406578a 100644 --- a/pkg/modules/auth/openid/openid.go +++ b/pkg/modules/auth/openid/openid.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 68f755c54..8674991b0 100644 --- a/pkg/modules/auth/openid/openid_test.go +++ b/pkg/modules/auth/openid/openid_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 a72e63842..d9b3e39e5 100644 --- a/pkg/modules/auth/openid/providers.go +++ b/pkg/modules/auth/openid/providers.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package openid diff --git a/pkg/modules/avatar/avatar.go b/pkg/modules/avatar/avatar.go index a98ff806f..bb8bd67a8 100644 --- a/pkg/modules/avatar/avatar.go +++ b/pkg/modules/avatar/avatar.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 c936c38fb..ebc330661 100644 --- a/pkg/modules/avatar/empty/empty.go +++ b/pkg/modules/avatar/empty/empty.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 f20184b52..43c4fc50c 100644 --- a/pkg/modules/avatar/gravatar/gravatar.go +++ b/pkg/modules/avatar/gravatar/gravatar.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 61b1a5caa..aa81aaa02 100644 --- a/pkg/modules/avatar/initials/initials.go +++ b/pkg/modules/avatar/initials/initials.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package initials diff --git a/pkg/modules/avatar/ldap/ldap.go b/pkg/modules/avatar/ldap/ldap.go index 56a812749..aba3e0442 100644 --- a/pkg/modules/avatar/ldap/ldap.go +++ b/pkg/modules/avatar/ldap/ldap.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package ldap diff --git a/pkg/modules/avatar/marble/marble.go b/pkg/modules/avatar/marble/marble.go index 16b4db57d..c7a3bd393 100644 --- a/pkg/modules/avatar/marble/marble.go +++ b/pkg/modules/avatar/marble/marble.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package marble diff --git a/pkg/modules/avatar/upload/upload.go b/pkg/modules/avatar/upload/upload.go index 327db6cef..fac4c799a 100644 --- a/pkg/modules/avatar/upload/upload.go +++ b/pkg/modules/avatar/upload/upload.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package upload diff --git a/pkg/modules/background/background.go b/pkg/modules/background/background.go index a698b7819..161485bfe 100644 --- a/pkg/modules/background/background.go +++ b/pkg/modules/background/background.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 d7bdbe8db..acf3cbf88 100644 --- a/pkg/modules/background/handler/background.go +++ b/pkg/modules/background/handler/background.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 02dcca353..22a34133a 100644 --- a/pkg/modules/background/unsplash/proxy.go +++ b/pkg/modules/background/unsplash/proxy.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 8f406c461..24fbd4bc9 100644 --- a/pkg/modules/background/unsplash/unsplash.go +++ b/pkg/modules/background/unsplash/unsplash.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 32aa9f161..c1b5cd0fb 100644 --- a/pkg/modules/background/upload/upload.go +++ b/pkg/modules/background/upload/upload.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package upload diff --git a/pkg/modules/dump/dump.go b/pkg/modules/dump/dump.go index 2e8507464..6905fcef5 100644 --- a/pkg/modules/dump/dump.go +++ b/pkg/modules/dump/dump.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package dump diff --git a/pkg/modules/dump/restore.go b/pkg/modules/dump/restore.go index 608e86a4e..cc565c2cc 100644 --- a/pkg/modules/dump/restore.go +++ b/pkg/modules/dump/restore.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 6e0ff7db4..a93da380e 100644 --- a/pkg/modules/keyvalue/error/error.go +++ b/pkg/modules/keyvalue/error/error.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package error diff --git a/pkg/modules/keyvalue/keyvalue.go b/pkg/modules/keyvalue/keyvalue.go index 976b4653e..d0104a19f 100644 --- a/pkg/modules/keyvalue/keyvalue.go +++ b/pkg/modules/keyvalue/keyvalue.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package keyvalue diff --git a/pkg/modules/keyvalue/memory/memory.go b/pkg/modules/keyvalue/memory/memory.go index bc9e756b0..e4e30206d 100644 --- a/pkg/modules/keyvalue/memory/memory.go +++ b/pkg/modules/keyvalue/memory/memory.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package memory diff --git a/pkg/modules/keyvalue/redis/redis.go b/pkg/modules/keyvalue/redis/redis.go index 3ae06deb1..9db97048c 100644 --- a/pkg/modules/keyvalue/redis/redis.go +++ b/pkg/modules/keyvalue/redis/redis.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package redis diff --git a/pkg/modules/migration/create_from_structure.go b/pkg/modules/migration/create_from_structure.go index d24b38a82..b52462bb7 100644 --- a/pkg/modules/migration/create_from_structure.go +++ b/pkg/modules/migration/create_from_structure.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 8e0c63572..a8c7b8a89 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-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/modules/migration/db.go b/pkg/modules/migration/db.go index 132af759d..e3940c1d7 100644 --- a/pkg/modules/migration/db.go +++ b/pkg/modules/migration/db.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/modules/migration/errors.go b/pkg/modules/migration/errors.go index 948cc0f02..6a2a4f780 100644 --- a/pkg/modules/migration/errors.go +++ b/pkg/modules/migration/errors.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/modules/migration/handler/common.go b/pkg/modules/migration/handler/common.go index 3685050b9..aea3b264b 100644 --- a/pkg/modules/migration/handler/common.go +++ b/pkg/modules/migration/handler/common.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package handler diff --git a/pkg/modules/migration/handler/events.go b/pkg/modules/migration/handler/events.go index ab623b3a8..7e14752d8 100644 --- a/pkg/modules/migration/handler/events.go +++ b/pkg/modules/migration/handler/events.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package handler diff --git a/pkg/modules/migration/handler/handler.go b/pkg/modules/migration/handler/handler.go index bf774b648..830f8f0f4 100644 --- a/pkg/modules/migration/handler/handler.go +++ b/pkg/modules/migration/handler/handler.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package handler diff --git a/pkg/modules/migration/handler/handler_file.go b/pkg/modules/migration/handler/handler_file.go index d5e78b971..6a12613b0 100644 --- a/pkg/modules/migration/handler/handler_file.go +++ b/pkg/modules/migration/handler/handler_file.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package handler diff --git a/pkg/modules/migration/handler/listeners.go b/pkg/modules/migration/handler/listeners.go index 6a4eae15d..d5db67964 100644 --- a/pkg/modules/migration/handler/listeners.go +++ b/pkg/modules/migration/handler/listeners.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package handler diff --git a/pkg/modules/migration/handler/notifications.go b/pkg/modules/migration/handler/notifications.go index f5e437c18..cb18f36b1 100644 --- a/pkg/modules/migration/handler/notifications.go +++ b/pkg/modules/migration/handler/notifications.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package handler diff --git a/pkg/modules/migration/helpers.go b/pkg/modules/migration/helpers.go index 599638802..b0c77a840 100644 --- a/pkg/modules/migration/helpers.go +++ b/pkg/modules/migration/helpers.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 3d14daadc..5569a5432 100644 --- a/pkg/modules/migration/main_test.go +++ b/pkg/modules/migration/main_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 b80fdd35a..f695c0162 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-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 eee93af44..a64574f0e 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-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 4a82acd31..71053e6ec 100644 --- a/pkg/modules/migration/migration_status.go +++ b/pkg/modules/migration/migration_status.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/modules/migration/migrator.go b/pkg/modules/migration/migrator.go index 114a46548..d0128c544 100644 --- a/pkg/modules/migration/migrator.go +++ b/pkg/modules/migration/migrator.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package migration diff --git a/pkg/modules/migration/ticktick/ticktick.go b/pkg/modules/migration/ticktick/ticktick.go index 670b9ee07..a6067dbbb 100644 --- a/pkg/modules/migration/ticktick/ticktick.go +++ b/pkg/modules/migration/ticktick/ticktick.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package ticktick diff --git a/pkg/modules/migration/ticktick/ticktick_test.go b/pkg/modules/migration/ticktick/ticktick_test.go index f77fc549e..1e91674d6 100644 --- a/pkg/modules/migration/ticktick/ticktick_test.go +++ b/pkg/modules/migration/ticktick/ticktick_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package ticktick diff --git a/pkg/modules/migration/todoist/todoist.go b/pkg/modules/migration/todoist/todoist.go index a9b17b131..99565038b 100644 --- a/pkg/modules/migration/todoist/todoist.go +++ b/pkg/modules/migration/todoist/todoist.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 d94cfac30..b524f74d5 100644 --- a/pkg/modules/migration/todoist/todoist_test.go +++ b/pkg/modules/migration/todoist/todoist_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 eaa6eaf0d..a09e60f8f 100644 --- a/pkg/modules/migration/trello/trello.go +++ b/pkg/modules/migration/trello/trello.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 6da52c61c..2ce551725 100644 --- a/pkg/modules/migration/trello/trello_test.go +++ b/pkg/modules/migration/trello/trello_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package trello diff --git a/pkg/modules/migration/vikunja-file/main_test.go b/pkg/modules/migration/vikunja-file/main_test.go index a58eb2ae3..7bc489064 100644 --- a/pkg/modules/migration/vikunja-file/main_test.go +++ b/pkg/modules/migration/vikunja-file/main_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package vikunjafile diff --git a/pkg/modules/migration/vikunja-file/vikunja.go b/pkg/modules/migration/vikunja-file/vikunja.go index 96a0a54b5..0c2b5a0b8 100644 --- a/pkg/modules/migration/vikunja-file/vikunja.go +++ b/pkg/modules/migration/vikunja-file/vikunja.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package vikunjafile diff --git a/pkg/modules/migration/vikunja-file/vikunja_test.go b/pkg/modules/migration/vikunja-file/vikunja_test.go index 7d8b4d04e..a343e0920 100644 --- a/pkg/modules/migration/vikunja-file/vikunja_test.go +++ b/pkg/modules/migration/vikunja-file/vikunja_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package vikunjafile diff --git a/pkg/notifications/database.go b/pkg/notifications/database.go index fe92bc5df..83fb86874 100644 --- a/pkg/notifications/database.go +++ b/pkg/notifications/database.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package notifications diff --git a/pkg/notifications/db.go b/pkg/notifications/db.go index 75a4f03a8..385e05778 100644 --- a/pkg/notifications/db.go +++ b/pkg/notifications/db.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package notifications diff --git a/pkg/notifications/mail.go b/pkg/notifications/mail.go index 0b578466d..36272290f 100644 --- a/pkg/notifications/mail.go +++ b/pkg/notifications/mail.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package notifications diff --git a/pkg/notifications/mail_render.go b/pkg/notifications/mail_render.go index 83dfe561e..0cb0957c9 100644 --- a/pkg/notifications/mail_render.go +++ b/pkg/notifications/mail_render.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package notifications diff --git a/pkg/notifications/mail_test.go b/pkg/notifications/mail_test.go index 5d49b47da..cc1dfa5c3 100644 --- a/pkg/notifications/mail_test.go +++ b/pkg/notifications/mail_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package notifications diff --git a/pkg/notifications/main_test.go b/pkg/notifications/main_test.go index 2ab5d015f..2574b6d27 100644 --- a/pkg/notifications/main_test.go +++ b/pkg/notifications/main_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package notifications diff --git a/pkg/notifications/notification.go b/pkg/notifications/notification.go index b77bfd4f0..28b171d22 100644 --- a/pkg/notifications/notification.go +++ b/pkg/notifications/notification.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package notifications diff --git a/pkg/notifications/notification_test.go b/pkg/notifications/notification_test.go index 6ac8b8722..397fdbe54 100644 --- a/pkg/notifications/notification_test.go +++ b/pkg/notifications/notification_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package notifications diff --git a/pkg/notifications/testing.go b/pkg/notifications/testing.go index 2b22a24f1..bdc8be334 100644 --- a/pkg/notifications/testing.go +++ b/pkg/notifications/testing.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package notifications diff --git a/pkg/red/redis.go b/pkg/red/redis.go index ad158d3e7..abdc4f6cb 100644 --- a/pkg/red/redis.go +++ b/pkg/red/redis.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 deb170d59..d40430d96 100644 --- a/pkg/routes/api/v1/avatar.go +++ b/pkg/routes/api/v1/avatar.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 201bf1fe5..3dd46f89f 100644 --- a/pkg/routes/api/v1/docs.go +++ b/pkg/routes/api/v1/docs.go @@ -4,16 +4,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 ec26068ee..ddd0a2075 100644 --- a/pkg/routes/api/v1/info.go +++ b/pkg/routes/api/v1/info.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 266aecd83..e233d9bdd 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-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 a6e65b715..b1bdd286a 100644 --- a/pkg/routes/api/v1/login.go +++ b/pkg/routes/api/v1/login.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/notifications.go b/pkg/routes/api/v1/notifications.go index 55e62cb3a..3a3e87304 100644 --- a/pkg/routes/api/v1/notifications.go +++ b/pkg/routes/api/v1/notifications.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 dd72afe5a..5b86aa369 100644 --- a/pkg/routes/api/v1/task_attachment.go +++ b/pkg/routes/api/v1/task_attachment.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 17d18f934..a0090684e 100644 --- a/pkg/routes/api/v1/testing.go +++ b/pkg/routes/api/v1/testing.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 d7abc7b10..e3c26486c 100644 --- a/pkg/routes/api/v1/token_check.go +++ b/pkg/routes/api/v1/token_check.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/user_caldav_token.go b/pkg/routes/api/v1/user_caldav_token.go index eb2a3dc53..9882b0d48 100644 --- a/pkg/routes/api/v1/user_caldav_token.go +++ b/pkg/routes/api/v1/user_caldav_token.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 d73dab86b..b2cccc81d 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-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/user_deletion.go b/pkg/routes/api/v1/user_deletion.go index 5dcd7aa09..4e7337af4 100644 --- a/pkg/routes/api/v1/user_deletion.go +++ b/pkg/routes/api/v1/user_deletion.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/user_export.go b/pkg/routes/api/v1/user_export.go index 444d8b269..7521a4b6e 100644 --- a/pkg/routes/api/v1/user_export.go +++ b/pkg/routes/api/v1/user_export.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 e254d92f1..2365a9b8c 100644 --- a/pkg/routes/api/v1/user_list.go +++ b/pkg/routes/api/v1/user_list.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 27c3a94de..6c13c941e 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-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 c09723c8f..e79841180 100644 --- a/pkg/routes/api/v1/user_register.go +++ b/pkg/routes/api/v1/user_register.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 ffbe74004..c12e60b5f 100644 --- a/pkg/routes/api/v1/user_settings.go +++ b/pkg/routes/api/v1/user_settings.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 93f35a75d..a0b97c77a 100644 --- a/pkg/routes/api/v1/user_show.go +++ b/pkg/routes/api/v1/user_show.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 9d1b44126..e20870730 100644 --- a/pkg/routes/api/v1/user_totp.go +++ b/pkg/routes/api/v1/user_totp.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 703c375ea..d70e1dd46 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-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 640799d40..9d44d19d6 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-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package v1 diff --git a/pkg/routes/api/v1/webhooks.go b/pkg/routes/api/v1/webhooks.go index 91ec99363..5736ca3d3 100644 --- a/pkg/routes/api/v1/webhooks.go +++ b/pkg/routes/api/v1/webhooks.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package v1 diff --git a/pkg/routes/api_tokens.go b/pkg/routes/api_tokens.go index 1d8323c27..e29762aeb 100644 --- a/pkg/routes/api_tokens.go +++ b/pkg/routes/api_tokens.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package routes diff --git a/pkg/routes/caldav/auth.go b/pkg/routes/caldav/auth.go index c3948741f..d1e102443 100644 --- a/pkg/routes/caldav/auth.go +++ b/pkg/routes/caldav/auth.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package caldav diff --git a/pkg/routes/caldav/handler.go b/pkg/routes/caldav/handler.go index d86cb75a9..7279df6ab 100644 --- a/pkg/routes/caldav/handler.go +++ b/pkg/routes/caldav/handler.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package caldav diff --git a/pkg/routes/caldav/listStorageProvider.go b/pkg/routes/caldav/listStorageProvider.go index 2fb6cec67..064ebb9bc 100644 --- a/pkg/routes/caldav/listStorageProvider.go +++ b/pkg/routes/caldav/listStorageProvider.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package caldav diff --git a/pkg/routes/caldav/listStorageProvider_test.go b/pkg/routes/caldav/listStorageProvider_test.go index 9e46aa014..d82bafd52 100644 --- a/pkg/routes/caldav/listStorageProvider_test.go +++ b/pkg/routes/caldav/listStorageProvider_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package caldav diff --git a/pkg/routes/healthcheck.go b/pkg/routes/healthcheck.go index 6358b9855..6194133c9 100644 --- a/pkg/routes/healthcheck.go +++ b/pkg/routes/healthcheck.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package routes diff --git a/pkg/routes/metrics.go b/pkg/routes/metrics.go index b7a75bfc1..53621c6f3 100644 --- a/pkg/routes/metrics.go +++ b/pkg/routes/metrics.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package routes diff --git a/pkg/routes/rate_limit.go b/pkg/routes/rate_limit.go index fc3381426..85505d9e3 100644 --- a/pkg/routes/rate_limit.go +++ b/pkg/routes/rate_limit.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package routes diff --git a/pkg/routes/routes.go b/pkg/routes/routes.go index af7904fba..4bd67a4d0 100644 --- a/pkg/routes/routes.go +++ b/pkg/routes/routes.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . // @title Vikunja API diff --git a/pkg/routes/static.go b/pkg/routes/static.go index 98f041ab4..241f18584 100644 --- a/pkg/routes/static.go +++ b/pkg/routes/static.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package routes diff --git a/pkg/routes/validation.go b/pkg/routes/validation.go index 911a251fa..54c8ae936 100644 --- a/pkg/routes/validation.go +++ b/pkg/routes/validation.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package routes diff --git a/pkg/user/caldav_token.go b/pkg/user/caldav_token.go index f5faf5f0e..8209eaaa6 100644 --- a/pkg/user/caldav_token.go +++ b/pkg/user/caldav_token.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/db.go b/pkg/user/db.go index 76162c3eb..4d6b9b08a 100644 --- a/pkg/user/db.go +++ b/pkg/user/db.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/delete.go b/pkg/user/delete.go index b1380ec76..8fd55e2a5 100644 --- a/pkg/user/delete.go +++ b/pkg/user/delete.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/error.go b/pkg/user/error.go index 2c536e3b0..42174a7c5 100644 --- a/pkg/user/error.go +++ b/pkg/user/error.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/events.go b/pkg/user/events.go index a43a39110..ff7866149 100644 --- a/pkg/user/events.go +++ b/pkg/user/events.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/listeners.go b/pkg/user/listeners.go index 23cf1f2b8..7fdbe61a3 100644 --- a/pkg/user/listeners.go +++ b/pkg/user/listeners.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/main_test.go b/pkg/user/main_test.go index d7e650005..1895393b2 100644 --- a/pkg/user/main_test.go +++ b/pkg/user/main_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/notifications.go b/pkg/user/notifications.go index 1a54af949..5811c7740 100644 --- a/pkg/user/notifications.go +++ b/pkg/user/notifications.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/test.go b/pkg/user/test.go index 84c7b6ced..85080bac9 100644 --- a/pkg/user/test.go +++ b/pkg/user/test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/token.go b/pkg/user/token.go index 8b995ae6a..1db3d328f 100644 --- a/pkg/user/token.go +++ b/pkg/user/token.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/totp.go b/pkg/user/totp.go index 4946b2136..0a2241831 100644 --- a/pkg/user/totp.go +++ b/pkg/user/totp.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/update_email.go b/pkg/user/update_email.go index 2e0e9460a..3c5201586 100644 --- a/pkg/user/update_email.go +++ b/pkg/user/update_email.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/user.go b/pkg/user/user.go index 7458449f7..3c13fd021 100644 --- a/pkg/user/user.go +++ b/pkg/user/user.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/user_create.go b/pkg/user/user_create.go index 9567f0b6d..ddc9e8a4e 100644 --- a/pkg/user/user_create.go +++ b/pkg/user/user_create.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 2d32bcf48..498146d16 100644 --- a/pkg/user/user_email_confirm.go +++ b/pkg/user/user_email_confirm.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/user_email_confirm_test.go b/pkg/user/user_email_confirm_test.go index 9d0ce7c60..b5e251c4e 100644 --- a/pkg/user/user_email_confirm_test.go +++ b/pkg/user/user_email_confirm_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/user_password_reset.go b/pkg/user/user_password_reset.go index c2d645a0b..0774c069e 100644 --- a/pkg/user/user_password_reset.go +++ b/pkg/user/user_password_reset.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/user_test.go b/pkg/user/user_test.go index e5e33ce44..7ccaffe9d 100644 --- a/pkg/user/user_test.go +++ b/pkg/user/user_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/users_project.go b/pkg/user/users_project.go index f845d4cb9..278c2de6f 100644 --- a/pkg/user/users_project.go +++ b/pkg/user/users_project.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/user/validator.go b/pkg/user/validator.go index 86664ec10..508b95c44 100644 --- a/pkg/user/validator.go +++ b/pkg/user/validator.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package user diff --git a/pkg/utils/duration.go b/pkg/utils/duration.go index 9289a38ca..576386246 100644 --- a/pkg/utils/duration.go +++ b/pkg/utils/duration.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/duration_test.go b/pkg/utils/duration_test.go index b7eab51ad..e50cc293b 100644 --- a/pkg/utils/duration_test.go +++ b/pkg/utils/duration_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/humanize_duration.go b/pkg/utils/humanize_duration.go index e857aaa0a..5718860c1 100644 --- a/pkg/utils/humanize_duration.go +++ b/pkg/utils/humanize_duration.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/humanize_duration_test.go b/pkg/utils/humanize_duration_test.go index ea816e4a8..f04b23dac 100644 --- a/pkg/utils/humanize_duration_test.go +++ b/pkg/utils/humanize_duration_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/md5_string.go b/pkg/utils/md5_string.go index 39e3aa2d9..e893b0556 100644 --- a/pkg/utils/md5_string.go +++ b/pkg/utils/md5_string.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // 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 8e3d9aeac..6785209eb 100644 --- a/pkg/utils/md5_string_test.go +++ b/pkg/utils/md5_string_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/normalize_hex.go b/pkg/utils/normalize_hex.go index 35c2af7b8..89da6dc49 100644 --- a/pkg/utils/normalize_hex.go +++ b/pkg/utils/normalize_hex.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/normalize_hex_test.go b/pkg/utils/normalize_hex_test.go index b5b367fd4..579dca420 100644 --- a/pkg/utils/normalize_hex_test.go +++ b/pkg/utils/normalize_hex_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/random.go b/pkg/utils/random.go index 547e07f32..279fb0f14 100644 --- a/pkg/utils/random.go +++ b/pkg/utils/random.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/random_test.go b/pkg/utils/random_test.go index a2f400867..0d684b4ed 100644 --- a/pkg/utils/random_test.go +++ b/pkg/utils/random_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/sha256.go b/pkg/utils/sha256.go index a74ded616..d89997412 100644 --- a/pkg/utils/sha256.go +++ b/pkg/utils/sha256.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/sha256_test.go b/pkg/utils/sha256_test.go index 78f53fa14..2d795cce2 100644 --- a/pkg/utils/sha256_test.go +++ b/pkg/utils/sha256_test.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/slice_difference.go b/pkg/utils/slice_difference.go index fa3323407..462f82876 100644 --- a/pkg/utils/slice_difference.go +++ b/pkg/utils/slice_difference.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/strings.go b/pkg/utils/strings.go index e236ed95d..8f1a753f9 100644 --- a/pkg/utils/strings.go +++ b/pkg/utils/strings.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/time.go b/pkg/utils/time.go index 2fcb56257..e5b404ad7 100644 --- a/pkg/utils/time.go +++ b/pkg/utils/time.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/utils/umask_unix.go b/pkg/utils/umask_unix.go index 76a31fd14..bd38ef247 100644 --- a/pkg/utils/umask_unix.go +++ b/pkg/utils/umask_unix.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . //go:build !windows diff --git a/pkg/utils/umask_windows.go b/pkg/utils/umask_windows.go index 347a5254e..7d9361cd4 100644 --- a/pkg/utils/umask_windows.go +++ b/pkg/utils/umask_windows.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . //go:build windows diff --git a/pkg/utils/write_to_zip.go b/pkg/utils/write_to_zip.go index becaf0591..076244dc0 100644 --- a/pkg/utils/write_to_zip.go +++ b/pkg/utils/write_to_zip.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package utils diff --git a/pkg/version/version.go b/pkg/version/version.go index 945a77066..2053f245a 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package version diff --git a/pkg/web/handler/create.go b/pkg/web/handler/create.go index 36a73a28e..cbb268a0b 100644 --- a/pkg/web/handler/create.go +++ b/pkg/web/handler/create.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package handler diff --git a/pkg/web/handler/delete.go b/pkg/web/handler/delete.go index f58aed15d..fb8e70b3b 100644 --- a/pkg/web/handler/delete.go +++ b/pkg/web/handler/delete.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package handler diff --git a/pkg/web/handler/helper.go b/pkg/web/handler/helper.go index 117cc9467..f7ecc7c71 100644 --- a/pkg/web/handler/helper.go +++ b/pkg/web/handler/helper.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package handler diff --git a/pkg/web/handler/read_all.go b/pkg/web/handler/read_all.go index 61ca989fa..5c5153463 100644 --- a/pkg/web/handler/read_all.go +++ b/pkg/web/handler/read_all.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package handler diff --git a/pkg/web/handler/read_one.go b/pkg/web/handler/read_one.go index 8e89c72a2..e4d8fd4c6 100644 --- a/pkg/web/handler/read_one.go +++ b/pkg/web/handler/read_one.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package handler diff --git a/pkg/web/handler/update.go b/pkg/web/handler/update.go index baaaf48c9..949eaa704 100644 --- a/pkg/web/handler/update.go +++ b/pkg/web/handler/update.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package handler diff --git a/pkg/web/web.go b/pkg/web/web.go index c204db83b..48bb23640 100644 --- a/pkg/web/web.go +++ b/pkg/web/web.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . package web diff --git a/tools.go b/tools.go index c83a187d7..613e004ad 100644 --- a/tools.go +++ b/tools.go @@ -2,16 +2,16 @@ // Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public Licensee as published by +// 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 Affero General Public Licensee for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU Affero General Public Licensee +// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . //go:build tools