From 0015d6457843209ef925efb65884f51cb8d7eeb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Tue, 7 Sep 2021 21:12:52 +0200 Subject: [PATCH] Fix jsdoc/tag-lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/dashboard.js | 3 +++ src/defaults/defaultAlarmProvider.js | 2 ++ src/defaults/defaultCategories.js | 2 ++ src/directives/autosize.js | 3 +++ src/directives/focus.js | 3 +++ src/directives/linkify.js | 3 +++ src/filters/alarmFormat.js | 3 +++ src/filters/dateFormat.js | 3 +++ src/filters/dateRangeFormat.js | 3 +++ src/filters/recurrenceRuleFormat.js | 3 +++ src/fullcalendar/duration.js | 3 +++ src/fullcalendar/eventSources/eventSource.js | 3 +++ src/fullcalendar/eventSources/eventSourceFunction.js | 3 +++ .../eventSources/freeBusyBlockedForAllEventSource.js | 3 +++ .../eventSources/freeBusyFakeBlockingEventSource.js | 3 +++ .../eventSources/freeBusyResourceEventSource.js | 3 +++ .../eventSources/freeBusyResourceEventSourceFunction.js | 3 +++ src/fullcalendar/interaction/eventAllow.js | 3 +++ src/fullcalendar/interaction/eventClick.js | 3 +++ src/fullcalendar/interaction/eventDrop.js | 3 +++ src/fullcalendar/interaction/eventResize.js | 3 +++ src/fullcalendar/interaction/navLinkDayClick.js | 3 +++ src/fullcalendar/interaction/navLinkWeekClick.js | 3 +++ src/fullcalendar/interaction/select.js | 3 +++ src/fullcalendar/localization/dateFormattingConfig.js | 3 +++ src/fullcalendar/localization/localeProvider.js | 3 +++ src/fullcalendar/localization/momentPlugin.js | 3 +++ src/fullcalendar/rendering/dayHeaderDidMount.js | 3 +++ src/fullcalendar/rendering/eventDidMount.js | 3 +++ src/fullcalendar/rendering/eventLimitText.js | 3 +++ src/fullcalendar/rendering/eventOrder.js | 3 +++ src/fullcalendar/rendering/noEventsDidMount.js | 3 +++ src/fullcalendar/timezones/vtimezoneNamedTimezoneImpl.js | 3 +++ src/main.js | 5 +++++ src/mixins/EditorMixin.js | 3 +++ src/mixins/PropertyMixin.js | 3 +++ src/models/alarm.js | 3 +++ src/models/attendee.js | 3 +++ src/models/calendar.js | 3 +++ src/models/calendarObject.js | 3 +++ src/models/calendarShare.js | 3 +++ src/models/consts.js | 3 +++ src/models/contact.js | 3 +++ src/models/event.js | 3 +++ src/models/principal.js | 3 +++ src/models/recurrenceRule.js | 3 +++ src/models/rfcProps.js | 3 +++ src/models/schedulingObject.js | 3 +++ src/router.js | 3 +++ src/services/caldavService.js | 3 +++ src/services/readFileAsTextService.js | 4 ++++ src/services/settings.js | 3 +++ src/services/talkService.js | 4 ++++ src/services/timezoneDataProviderService.js | 3 +++ src/services/timezoneDetectionService.js | 3 +++ src/services/windowTitleService.js | 3 +++ src/store/calendarObjectInstance.js | 3 +++ src/store/calendarObjects.js | 5 +++++ src/store/calendars.js | 7 +++++++ src/store/contacts.js | 3 +++ src/store/davRestrictions.js | 3 +++ src/store/fetchedTimeRanges.js | 3 +++ src/store/importFiles.js | 5 +++++ src/store/importState.js | 5 +++++ src/store/index.js | 5 +++++ src/store/principals.js | 3 +++ src/store/settings.js | 3 +++ src/utils/alarms.js | 3 +++ src/utils/attendee.js | 3 +++ src/utils/calendarObject.js | 3 +++ src/utils/color.js | 3 +++ src/utils/date.js | 3 +++ src/utils/freebusy.js | 3 +++ src/utils/illustration.js | 3 +++ src/utils/localization.js | 3 +++ src/utils/logger.js | 3 +++ src/utils/moment.js | 5 +++++ src/utils/recurrence.js | 3 +++ src/utils/router.js | 3 +++ src/utils/settings.js | 3 +++ src/utils/uidToColor.js | 3 +++ src/utils/url.js | 3 +++ 82 files changed, 262 insertions(+) diff --git a/src/dashboard.js b/src/dashboard.js index 9fb3c5c858..d824920ebd 100644 --- a/src/dashboard.js +++ b/src/dashboard.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Julius Härtl + * * @author Julius Härtl + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import Vue from 'vue' diff --git a/src/defaults/defaultAlarmProvider.js b/src/defaults/defaultAlarmProvider.js index 2223c81bea..777e64bf94 100644 --- a/src/defaults/defaultAlarmProvider.js +++ b/src/defaults/defaultAlarmProvider.js @@ -2,6 +2,7 @@ * Calendar App * * @copyright 2019 Georg Ehrke + * * @author Georg Ehrke * * This library is free software; you can redistribute it and/or @@ -16,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public * License along with this library. If not, see . + * */ /** diff --git a/src/defaults/defaultCategories.js b/src/defaults/defaultCategories.js index d6bf9005aa..b5ee20c462 100644 --- a/src/defaults/defaultCategories.js +++ b/src/defaults/defaultCategories.js @@ -2,6 +2,7 @@ * Calendar App * * @copyright 2019 Georg Ehrke + * * @author Georg Ehrke * * This library is free software; you can redistribute it and/or @@ -16,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public * License along with this library. If not, see . + * */ import { translate as t } from '@nextcloud/l10n' diff --git a/src/directives/autosize.js b/src/directives/autosize.js index 4ea0d36859..6efd990906 100644 --- a/src/directives/autosize.js +++ b/src/directives/autosize.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import autosize from 'autosize' import debounce from 'debounce' diff --git a/src/directives/focus.js b/src/directives/focus.js index c8af930a89..00f0d69dcf 100644 --- a/src/directives/focus.js +++ b/src/directives/focus.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ export default { diff --git a/src/directives/linkify.js b/src/directives/linkify.js index caca191720..c0228d4099 100644 --- a/src/directives/linkify.js +++ b/src/directives/linkify.js @@ -2,7 +2,9 @@ * Nextcloud - Tasks * * @author Raimund Schlüßler + * * @copyright 2019 Raimund Schlüßler + * * @license AGPL-3.0-or-later * * This library is free software; you can redistribute it and/or @@ -17,6 +19,7 @@ * * You should have received a copy of the GNU Affero General Public * License along with this library. If not, see . + * */ import linkifyStr from 'linkifyjs/string' diff --git a/src/filters/alarmFormat.js b/src/filters/alarmFormat.js index 9bc6e83d08..b628689b01 100644 --- a/src/filters/alarmFormat.js +++ b/src/filters/alarmFormat.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { translate as t, translatePlural as n } from '@nextcloud/l10n' diff --git a/src/filters/dateFormat.js b/src/filters/dateFormat.js index d15f533c03..2349b3dd32 100644 --- a/src/filters/dateFormat.js +++ b/src/filters/dateFormat.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import moment from '@nextcloud/moment' diff --git a/src/filters/dateRangeFormat.js b/src/filters/dateRangeFormat.js index b391399069..1b996f8b7a 100644 --- a/src/filters/dateRangeFormat.js +++ b/src/filters/dateRangeFormat.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import moment from '@nextcloud/moment' import { translate as t } from '@nextcloud/l10n' diff --git a/src/filters/recurrenceRuleFormat.js b/src/filters/recurrenceRuleFormat.js index b118e8e59a..baad4dd38f 100644 --- a/src/filters/recurrenceRuleFormat.js +++ b/src/filters/recurrenceRuleFormat.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { translate as t, translatePlural as n, getDayNames, getMonthNames } from '@nextcloud/l10n' import moment from '@nextcloud/moment' diff --git a/src/fullcalendar/duration.js b/src/fullcalendar/duration.js index eef0a20252..16649ca655 100644 --- a/src/fullcalendar/duration.js +++ b/src/fullcalendar/duration.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { DurationValue } from '@nextcloud/calendar-js' diff --git a/src/fullcalendar/eventSources/eventSource.js b/src/fullcalendar/eventSources/eventSource.js index ea6c0212ae..92abf3269f 100644 --- a/src/fullcalendar/eventSources/eventSource.js +++ b/src/fullcalendar/eventSources/eventSource.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { generateTextColorForHex, diff --git a/src/fullcalendar/eventSources/eventSourceFunction.js b/src/fullcalendar/eventSources/eventSourceFunction.js index c1112d5614..028ff73bcc 100644 --- a/src/fullcalendar/eventSources/eventSourceFunction.js +++ b/src/fullcalendar/eventSources/eventSourceFunction.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { translate as t } from '@nextcloud/l10n' import { diff --git a/src/fullcalendar/eventSources/freeBusyBlockedForAllEventSource.js b/src/fullcalendar/eventSources/freeBusyBlockedForAllEventSource.js index 5fcb6efbe7..8f5be10b87 100644 --- a/src/fullcalendar/eventSources/freeBusyBlockedForAllEventSource.js +++ b/src/fullcalendar/eventSources/freeBusyBlockedForAllEventSource.js @@ -1,6 +1,8 @@ /** * @copyright 2021 Christoph Wurst + * * @author 2021 Christoph Wurst + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import getTimezoneManager from '../../services/timezoneDataProviderService.js' import { createFreeBusyRequest, getParserManager, AttendeeProperty, DateTimeValue } from '@nextcloud/calendar-js' diff --git a/src/fullcalendar/eventSources/freeBusyFakeBlockingEventSource.js b/src/fullcalendar/eventSources/freeBusyFakeBlockingEventSource.js index 7b7d007428..72e00d987d 100644 --- a/src/fullcalendar/eventSources/freeBusyFakeBlockingEventSource.js +++ b/src/fullcalendar/eventSources/freeBusyFakeBlockingEventSource.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/fullcalendar/eventSources/freeBusyResourceEventSource.js b/src/fullcalendar/eventSources/freeBusyResourceEventSource.js index add9b68384..0d0297723c 100644 --- a/src/fullcalendar/eventSources/freeBusyResourceEventSource.js +++ b/src/fullcalendar/eventSources/freeBusyResourceEventSource.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import getTimezoneManager from '../../services/timezoneDataProviderService.js' import { createFreeBusyRequest, AttendeeProperty, DateTimeValue } from '@nextcloud/calendar-js' diff --git a/src/fullcalendar/eventSources/freeBusyResourceEventSourceFunction.js b/src/fullcalendar/eventSources/freeBusyResourceEventSourceFunction.js index 845607ef63..0010a0fe6f 100644 --- a/src/fullcalendar/eventSources/freeBusyResourceEventSourceFunction.js +++ b/src/fullcalendar/eventSources/freeBusyResourceEventSourceFunction.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getColorForFBType } from '../../utils/freebusy.js' diff --git a/src/fullcalendar/interaction/eventAllow.js b/src/fullcalendar/interaction/eventAllow.js index b7f1d6cd4b..e42447170b 100644 --- a/src/fullcalendar/interaction/eventAllow.js +++ b/src/fullcalendar/interaction/eventAllow.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/fullcalendar/interaction/eventClick.js b/src/fullcalendar/interaction/eventClick.js index 91400b50fa..dfbe42d045 100644 --- a/src/fullcalendar/interaction/eventClick.js +++ b/src/fullcalendar/interaction/eventClick.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getPrefixedRoute, diff --git a/src/fullcalendar/interaction/eventDrop.js b/src/fullcalendar/interaction/eventDrop.js index 18ae67627a..5d97503e4d 100644 --- a/src/fullcalendar/interaction/eventDrop.js +++ b/src/fullcalendar/interaction/eventDrop.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getDurationValueFromFullCalendarDuration } from '../duration' import getTimezoneManager from '../../services/timezoneDataProviderService' diff --git a/src/fullcalendar/interaction/eventResize.js b/src/fullcalendar/interaction/eventResize.js index 775c85dbc6..4bf594c7c4 100644 --- a/src/fullcalendar/interaction/eventResize.js +++ b/src/fullcalendar/interaction/eventResize.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getDurationValueFromFullCalendarDuration } from '../duration' import { getObjectAtRecurrenceId } from '../../utils/calendarObject.js' diff --git a/src/fullcalendar/interaction/navLinkDayClick.js b/src/fullcalendar/interaction/navLinkDayClick.js index 325f886efe..561f418d3a 100644 --- a/src/fullcalendar/interaction/navLinkDayClick.js +++ b/src/fullcalendar/interaction/navLinkDayClick.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getYYYYMMDDFromDate } from '../../utils/date.js' diff --git a/src/fullcalendar/interaction/navLinkWeekClick.js b/src/fullcalendar/interaction/navLinkWeekClick.js index 79cc82091f..85c4801908 100644 --- a/src/fullcalendar/interaction/navLinkWeekClick.js +++ b/src/fullcalendar/interaction/navLinkWeekClick.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getYYYYMMDDFromDate } from '../../utils/date.js' diff --git a/src/fullcalendar/interaction/select.js b/src/fullcalendar/interaction/select.js index 22ae445716..552253c579 100644 --- a/src/fullcalendar/interaction/select.js +++ b/src/fullcalendar/interaction/select.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/fullcalendar/localization/dateFormattingConfig.js b/src/fullcalendar/localization/dateFormattingConfig.js index cba251fd30..ceab994028 100644 --- a/src/fullcalendar/localization/dateFormattingConfig.js +++ b/src/fullcalendar/localization/dateFormattingConfig.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/fullcalendar/localization/localeProvider.js b/src/fullcalendar/localization/localeProvider.js index cbef8a989b..86db9a19f9 100644 --- a/src/fullcalendar/localization/localeProvider.js +++ b/src/fullcalendar/localization/localeProvider.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { translate as t } from '@nextcloud/l10n' import { diff --git a/src/fullcalendar/localization/momentPlugin.js b/src/fullcalendar/localization/momentPlugin.js index 1a5ec7059d..36280dec65 100644 --- a/src/fullcalendar/localization/momentPlugin.js +++ b/src/fullcalendar/localization/momentPlugin.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import moment from '@nextcloud/moment' import { createPlugin } from '@fullcalendar/core' diff --git a/src/fullcalendar/rendering/dayHeaderDidMount.js b/src/fullcalendar/rendering/dayHeaderDidMount.js index aa24d9ea05..04fd701eb0 100644 --- a/src/fullcalendar/rendering/dayHeaderDidMount.js +++ b/src/fullcalendar/rendering/dayHeaderDidMount.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/fullcalendar/rendering/eventDidMount.js b/src/fullcalendar/rendering/eventDidMount.js index c45811efc2..60452c4725 100644 --- a/src/fullcalendar/rendering/eventDidMount.js +++ b/src/fullcalendar/rendering/eventDidMount.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/fullcalendar/rendering/eventLimitText.js b/src/fullcalendar/rendering/eventLimitText.js index 00307c3d6d..54820c650c 100644 --- a/src/fullcalendar/rendering/eventLimitText.js +++ b/src/fullcalendar/rendering/eventLimitText.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { translatePlural as n } from '@nextcloud/l10n' diff --git a/src/fullcalendar/rendering/eventOrder.js b/src/fullcalendar/rendering/eventOrder.js index 95add0d81b..a7234245df 100644 --- a/src/fullcalendar/rendering/eventOrder.js +++ b/src/fullcalendar/rendering/eventOrder.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/fullcalendar/rendering/noEventsDidMount.js b/src/fullcalendar/rendering/noEventsDidMount.js index f9354f56b5..24e84040cd 100644 --- a/src/fullcalendar/rendering/noEventsDidMount.js +++ b/src/fullcalendar/rendering/noEventsDidMount.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import Vue from 'vue' import EmptyContent from '@nextcloud/vue/dist/Components/EmptyContent' diff --git a/src/fullcalendar/timezones/vtimezoneNamedTimezoneImpl.js b/src/fullcalendar/timezones/vtimezoneNamedTimezoneImpl.js index be39676b8e..1499e20344 100644 --- a/src/fullcalendar/timezones/vtimezoneNamedTimezoneImpl.js +++ b/src/fullcalendar/timezones/vtimezoneNamedTimezoneImpl.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { NamedTimeZoneImpl, diff --git a/src/main.js b/src/main.js index 52d94d380a..50b6daf5e7 100644 --- a/src/main.js +++ b/src/main.js @@ -1,8 +1,12 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @copyright Copyright (c) 2019 John Molakvoæ + * * @author Georg Ehrke + * * @author John Molakvoæ + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -17,6 +21,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import 'core-js/stable' diff --git a/src/mixins/EditorMixin.js b/src/mixins/EditorMixin.js index c8b2c45080..a8726e995c 100644 --- a/src/mixins/EditorMixin.js +++ b/src/mixins/EditorMixin.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getRFCProperties } from '../models/rfcProps' import logger from '../utils/logger.js' diff --git a/src/mixins/PropertyMixin.js b/src/mixins/PropertyMixin.js index 68d25deeca..f55055f831 100644 --- a/src/mixins/PropertyMixin.js +++ b/src/mixins/PropertyMixin.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/models/alarm.js b/src/models/alarm.js index 3209f42913..ab895be2fd 100644 --- a/src/models/alarm.js +++ b/src/models/alarm.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getAmountAndUnitForTimedEvents, diff --git a/src/models/attendee.js b/src/models/attendee.js index eb99151726..79f68c30b5 100644 --- a/src/models/attendee.js +++ b/src/models/attendee.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/models/calendar.js b/src/models/calendar.js index 7c31ffce69..ae9a65edae 100644 --- a/src/models/calendar.js +++ b/src/models/calendar.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { detectColor, uidToHexColor } from '../utils/color.js' import { mapDavShareeToCalendarShareObject } from './calendarShare.js' diff --git a/src/models/calendarObject.js b/src/models/calendarObject.js index 8092c2b99c..da98350cfe 100644 --- a/src/models/calendarObject.js +++ b/src/models/calendarObject.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getParserManager } from '@nextcloud/calendar-js' import { diff --git a/src/models/calendarShare.js b/src/models/calendarShare.js index 8fa876b7b6..f2a4e7500a 100644 --- a/src/models/calendarShare.js +++ b/src/models/calendarShare.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { PRINCIPAL_PREFIX_CIRCLE, diff --git a/src/models/consts.js b/src/models/consts.js index 7954a1bfcf..df5b348066 100644 --- a/src/models/consts.js +++ b/src/models/consts.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ const COMPONENT_NAME_EVENT = 'VEVENT' const COMPONENT_NAME_JOURNAL = 'VJOURNAL' diff --git a/src/models/contact.js b/src/models/contact.js index 1406276f7c..ff8bd50556 100644 --- a/src/models/contact.js +++ b/src/models/contact.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/models/event.js b/src/models/event.js index 6a85063162..f72bc63fd4 100644 --- a/src/models/event.js +++ b/src/models/event.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getDateFromDateTimeValue } from '../utils/date.js' diff --git a/src/models/principal.js b/src/models/principal.js index d0e44708b1..a1c238f04e 100644 --- a/src/models/principal.js +++ b/src/models/principal.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { diff --git a/src/models/recurrenceRule.js b/src/models/recurrenceRule.js index 18d5136003..6749377b7e 100644 --- a/src/models/recurrenceRule.js +++ b/src/models/recurrenceRule.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getWeekDayFromDate } from '../utils/recurrence.js' import { getDateFromDateTimeValue } from '../utils/date.js' diff --git a/src/models/rfcProps.js b/src/models/rfcProps.js index 102beb8939..4b5467ca27 100644 --- a/src/models/rfcProps.js +++ b/src/models/rfcProps.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { translate as t } from '@nextcloud/l10n' import { getDefaultCategories } from '../defaults/defaultCategories.js' diff --git a/src/models/schedulingObject.js b/src/models/schedulingObject.js index 2cfc7f972f..959ef3b06d 100644 --- a/src/models/schedulingObject.js +++ b/src/models/schedulingObject.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getParserManager } from '@nextcloud/calendar-js' import { getDateFromDateTimeValue } from '../utils/date.js' diff --git a/src/router.js b/src/router.js index 190cc1103c..be5077fe87 100644 --- a/src/router.js +++ b/src/router.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import Vue from 'vue' diff --git a/src/services/caldavService.js b/src/services/caldavService.js index 6011087421..d9033173f9 100644 --- a/src/services/caldavService.js +++ b/src/services/caldavService.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import DavClient from 'cdav-library' import { generateRemoteUrl } from '@nextcloud/router' diff --git a/src/services/readFileAsTextService.js b/src/services/readFileAsTextService.js index 581289eedd..21ff4f2659 100644 --- a/src/services/readFileAsTextService.js +++ b/src/services/readFileAsTextService.js @@ -1,7 +1,10 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Team Popcorn + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -16,6 +19,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/services/settings.js b/src/services/settings.js index c6907636ef..805bdc8cec 100644 --- a/src/services/settings.js +++ b/src/services/settings.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import HttpClient from '@nextcloud/axios' import { getLinkToConfig } from '../utils/settings.js' diff --git a/src/services/talkService.js b/src/services/talkService.js index 3c041d1bb3..7fbd4e2504 100644 --- a/src/services/talkService.js +++ b/src/services/talkService.js @@ -1,7 +1,10 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Team Popcorn + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -16,6 +19,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import HTTPClient from '@nextcloud/axios' import { translate as t } from '@nextcloud/l10n' diff --git a/src/services/timezoneDataProviderService.js b/src/services/timezoneDataProviderService.js index 4b67514208..af148a87f4 100644 --- a/src/services/timezoneDataProviderService.js +++ b/src/services/timezoneDataProviderService.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getTimezoneManager } from '@nextcloud/calendar-js' diff --git a/src/services/timezoneDetectionService.js b/src/services/timezoneDetectionService.js index f4daee5a91..679b0f70fc 100644 --- a/src/services/timezoneDetectionService.js +++ b/src/services/timezoneDetectionService.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import jstz from 'jstz' diff --git a/src/services/windowTitleService.js b/src/services/windowTitleService.js index c98f8c0fe9..7388f28263 100644 --- a/src/services/windowTitleService.js +++ b/src/services/windowTitleService.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import dateRangeFormat from '../filters/dateRangeFormat.js' import { getDateFromFirstdayParam } from '../utils/date.js' diff --git a/src/store/calendarObjectInstance.js b/src/store/calendarObjectInstance.js index 545efba6b1..b0d3a20af3 100644 --- a/src/store/calendarObjectInstance.js +++ b/src/store/calendarObjectInstance.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import Vue from 'vue' import getTimezoneManager from '../services/timezoneDataProviderService' diff --git a/src/store/calendarObjects.js b/src/store/calendarObjects.js index 943e324983..8f8ae79082 100644 --- a/src/store/calendarObjects.js +++ b/src/store/calendarObjects.js @@ -1,8 +1,12 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @author John Molakvoæ + * * @author Thomas Citharel + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -17,6 +21,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import Vue from 'vue' import { mapCalendarJsToCalendarObject } from '../models/calendarObject' diff --git a/src/store/calendars.js b/src/store/calendars.js index 21cd28bbb7..345c520d4f 100644 --- a/src/store/calendars.js +++ b/src/store/calendars.js @@ -1,10 +1,16 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @copyright Copyright (c) 2019 John Molakvoæ + * * @copyright Copyright (c) 2019 Thomas Citharel + * * @author Georg Ehrke + * * @author John Molakvoæ + * * @author Thomas Citharel + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -19,6 +25,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import Vue from 'vue' import { diff --git a/src/store/contacts.js b/src/store/contacts.js index d17acedad8..52b7da774e 100644 --- a/src/store/contacts.js +++ b/src/store/contacts.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import Vue from 'vue' diff --git a/src/store/davRestrictions.js b/src/store/davRestrictions.js index d2b12ec1e1..38aef73c55 100644 --- a/src/store/davRestrictions.js +++ b/src/store/davRestrictions.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ const state = { minimumDate: '1970-01-01T00:00:00Z', diff --git a/src/store/fetchedTimeRanges.js b/src/store/fetchedTimeRanges.js index 8cbe6a6513..a1b6ea0bda 100644 --- a/src/store/fetchedTimeRanges.js +++ b/src/store/fetchedTimeRanges.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import Vue from 'vue' diff --git a/src/store/importFiles.js b/src/store/importFiles.js index 1aa0406349..ee0b90cdea 100644 --- a/src/store/importFiles.js +++ b/src/store/importFiles.js @@ -1,8 +1,12 @@ /** * @copyright Copyright (c) 2019 Team Popcorn + * * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Team Popcorn + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -17,6 +21,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import Vue from 'vue' diff --git a/src/store/importState.js b/src/store/importState.js index 6c8407fb17..0187d02b28 100644 --- a/src/store/importState.js +++ b/src/store/importState.js @@ -1,8 +1,12 @@ /** * @copyright Copyright (c) 2019 Team Popcorn + * * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Team Popcorn + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -17,6 +21,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { IMPORT_STAGE_DEFAULT } from '../models/consts.js' diff --git a/src/store/index.js b/src/store/index.js index 4670634b45..c514632258 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1,8 +1,12 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @author John Molakvoæ + * * @author Thomas Citharel + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -17,6 +21,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import Vue from 'vue' import Vuex from 'vuex' diff --git a/src/store/principals.js b/src/store/principals.js index 09ccdc0af2..062b74b9a5 100644 --- a/src/store/principals.js +++ b/src/store/principals.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import Vue from 'vue' import { diff --git a/src/store/settings.js b/src/store/settings.js index 4df619c894..ae2f50e705 100644 --- a/src/store/settings.js +++ b/src/store/settings.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { enableBirthdayCalendar } from '../services/caldavService.js' import { mapDavCollectionToCalendar } from '../models/calendar' diff --git a/src/utils/alarms.js b/src/utils/alarms.js index 6f01c11baf..254a664dd9 100644 --- a/src/utils/alarms.js +++ b/src/utils/alarms.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/utils/attendee.js b/src/utils/attendee.js index 3aa63e758c..053f3a9bfc 100644 --- a/src/utils/attendee.js +++ b/src/utils/attendee.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2021 Richard Steinmetz + * * @author Richard Steinmetz + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/utils/calendarObject.js b/src/utils/calendarObject.js index b7c2c10d06..9e89d66703 100644 --- a/src/utils/calendarObject.js +++ b/src/utils/calendarObject.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { DateTimeValue } from '@nextcloud/calendar-js' diff --git a/src/utils/color.js b/src/utils/color.js index fcfb8483f4..59ccb42861 100644 --- a/src/utils/color.js +++ b/src/utils/color.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import convert from 'color-convert' import { uidToColor } from './uidToColor.js' diff --git a/src/utils/date.js b/src/utils/date.js index b1661df13b..4b0c3f9cf3 100644 --- a/src/utils/date.js +++ b/src/utils/date.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import logger from './logger.js' diff --git a/src/utils/freebusy.js b/src/utils/freebusy.js index 3eddf5b4ba..16d19cc931 100644 --- a/src/utils/freebusy.js +++ b/src/utils/freebusy.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/utils/illustration.js b/src/utils/illustration.js index f82c46abdb..68dc79d5e0 100644 --- a/src/utils/illustration.js +++ b/src/utils/illustration.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { imagePath } from '@nextcloud/router' import { translate as t } from '@nextcloud/l10n' diff --git a/src/utils/localization.js b/src/utils/localization.js index b8c83f218f..825f0526b8 100644 --- a/src/utils/localization.js +++ b/src/utils/localization.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import moment from '@nextcloud/moment' import { diff --git a/src/utils/logger.js b/src/utils/logger.js index d88e81edf2..f0328c852c 100644 --- a/src/utils/logger.js +++ b/src/utils/logger.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getLoggerBuilder } from '@nextcloud/logger' diff --git a/src/utils/moment.js b/src/utils/moment.js index 226ba88d08..3e83660301 100644 --- a/src/utils/moment.js +++ b/src/utils/moment.js @@ -1,8 +1,12 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @copyright Copyright (c) 2018 John Molakvoæ + * * @author Georg Ehrke + * * @author John Molakvoæ + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -17,6 +21,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { getLanguage, getLocale } from '@nextcloud/l10n' import moment from '@nextcloud/moment' diff --git a/src/utils/recurrence.js b/src/utils/recurrence.js index 051e1fed4a..888d14bfc0 100644 --- a/src/utils/recurrence.js +++ b/src/utils/recurrence.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /** diff --git a/src/utils/router.js b/src/utils/router.js index 77fef13a23..dd63be8ba5 100644 --- a/src/utils/router.js +++ b/src/utils/router.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2020 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { loadState } from '@nextcloud/initial-state' import { diff --git a/src/utils/settings.js b/src/utils/settings.js index 08e2ab8b50..5d1f5d031a 100644 --- a/src/utils/settings.js +++ b/src/utils/settings.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2019 Georg Ehrke + * * @author Georg Ehrke + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import { linkTo } from '@nextcloud/router' diff --git a/src/utils/uidToColor.js b/src/utils/uidToColor.js index b020884559..1e56bff93b 100644 --- a/src/utils/uidToColor.js +++ b/src/utils/uidToColor.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2018 John Molakvoæ + * * @author John Molakvoæ + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ import md5 from 'md5' diff --git a/src/utils/url.js b/src/utils/url.js index e8c44e9b35..c0fc293c84 100644 --- a/src/utils/url.js +++ b/src/utils/url.js @@ -1,6 +1,8 @@ /** * @copyright Copyright (c) 2021 Richard Steinmetz + * * @author Richard Steinmetz + * * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify @@ -15,6 +17,7 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * */ /**