Fix go header lint
This commit is contained in:
parent
8c97f45cb7
commit
456af4d4a9
56 changed files with 265 additions and 270 deletions
|
@ -22,11 +22,11 @@ linters:
|
||||||
- unused
|
- unused
|
||||||
fast: false
|
fast: false
|
||||||
|
|
||||||
linter-settings:
|
linters-settings:
|
||||||
nestif:
|
nestif:
|
||||||
min-complexity: 6
|
min-complexity: 6
|
||||||
goheader:
|
goheader:
|
||||||
template-path: code-hesader-template.txt
|
template-path: code-header-template.txt
|
||||||
|
|
||||||
issues:
|
issues:
|
||||||
exclude-rules:
|
exclude-rules:
|
||||||
|
@ -74,3 +74,9 @@ issues:
|
||||||
- path: pkg/modules/migration
|
- path: pkg/modules/migration
|
||||||
linters:
|
linters:
|
||||||
- gocyclo
|
- gocyclo
|
||||||
|
- path: pkg/routes/api/v1/docs.go
|
||||||
|
linters:
|
||||||
|
- goheader
|
||||||
|
- text: "Missed string"
|
||||||
|
linters:
|
||||||
|
- goheader
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package db
|
package db
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package db
|
package db
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package files
|
package files
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package files
|
package files
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package files
|
package files
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package integrations
|
package integrations
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package integrations
|
package integrations
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package migration
|
package migration
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package migration
|
package migration
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package migration
|
package migration
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package migration
|
package migration
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package migration
|
package migration
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package migration
|
package migration
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Vikunja is a todo-list application to facilitate your life.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Vikunja is a todo-list application to facilitate your life.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Vikunja is a todo-list application to facilitate your life.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package migration
|
package migration
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package migration
|
package migration
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
|
//
|
||||||
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
|
// (at your option) any later version.
|
||||||
|
//
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public Licensee for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
|
//
|
||||||
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
|
// (at your option) any later version.
|
||||||
|
//
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public Licensee for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Vikunja is a todo-list application to facilitate your life.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Vikunja is a to-do-list application to facilitate your life.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Vikunja is a to-do-list application to facilitate your life.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package keyvalue
|
package keyvalue
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package memory
|
package memory
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package redis
|
package redis
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Vikunja is a todo-list application to facilitate your life.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Vikunja is a todo-list application to facilitate your life.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2019 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package migration
|
package migration
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Vikunja is a to-do-list application to facilitate your life.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package routes
|
package routes
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package routes
|
package routes
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package user
|
package user
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package user
|
package user
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package user
|
package user
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package user
|
package user
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package user
|
package user
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package user
|
package user
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package user
|
package user
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package user
|
package user
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright 2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package user
|
package user
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
// Copyright2018-2020 Vikunja and contriubtors. All rights reserved.
|
// Vikunja is a to-do list application to facilitate your life.
|
||||||
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of Vikunja.
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
|
||||||
// Vikunja is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public Licensee as published by
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// Vikunja is distributed in the hope that it will be useful,
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU Affero General Public Licensee for more details.
|
// GNU Affero General Public Licensee for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Affero General Public Licensee
|
// You should have received a copy of the GNU Affero General Public Licensee
|
||||||
// along with Vikunja. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package user
|
package user
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue