Add copyright header to source files

This commit is contained in:
eikek
2021-07-04 10:24:49 +02:00
parent b32f66d156
commit 8e5c88fd32
748 changed files with 4483 additions and 1 deletions

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.AddressForm exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.AttachmentMeta exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.Basic exposing
( editLinkLabel
, editLinkTableCell

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.BasicSizeField exposing
( Msg
, update

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.CalEventInput exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ChangePasswordForm exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ClassifierSettingsForm exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.CollectiveSettingsForm exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ColorTagger exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ConfirmModal exposing
( Settings
, defaultSettings

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ContactField exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.CustomFieldForm exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.CustomFieldInput exposing
( FieldResult(..)
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.CustomFieldManage exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.CustomFieldMultiInput exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.CustomFieldTable exposing
( Action(..)
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.DatePicker exposing
( Msg
, defaultSettings

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.DetailEdit exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.Dropdown exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
-- inspired from here: https://ellie-app.com/3T5mNms7SwKa1

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.EmailInput exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.EmailSettingsForm exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.EmailSettingsManage exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.EmailSettingsTable exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.EquipmentForm exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.EquipmentManage exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.EquipmentTable exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ExpandCollapse exposing
( collapseToggle
, expandToggle

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.FieldListSelect exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.FixedDropdown exposing
( Item
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.FolderDetail exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.FolderManage exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.FolderSelect exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.FolderTable exposing
( Action(..)
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ImapSettingsForm exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ImapSettingsManage exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ImapSettingsTable exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.IntField exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemCard exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemCardList exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail exposing
( Model
, emptyModel

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail.AddFilesForm exposing (view)
import Comp.Dropzone

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail.ConfirmModalView exposing (view)
import Comp.ConfirmModal

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail.EditForm exposing (formTabs, view2)
import Comp.CustomFieldMultiInput

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail.FieldTabState exposing (EditTab(..), allTabs, findTab, tabName, tabState)
import Comp.CustomFieldMultiInput

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail.FormChange exposing
( FormChange(..)
, multiUpdate

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail.ItemInfoHeader exposing (view)
import Api.Model.IdName exposing (IdName)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail.Model exposing
( AttachmentRename
, ConfirmModalValue(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail.MultiEditMenu exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail.Notes exposing (view)
import Comp.ItemDetail.Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail.SingleAttachment exposing (view)
import Api

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail.Update exposing (update)
import Api

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemDetail.View2 exposing (view)
import Comp.Basic as B

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ItemMail exposing
( FormAction(..)
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.KeyInput exposing
( KeyInput
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.LinkTarget exposing
( LinkTarget(..)
, makeConcLink

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.MarkdownInput exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.MenuBar exposing
( ButtonData
, CheckboxData

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.NotificationForm exposing
( Action(..)
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.NotificationList exposing
( Action(..)
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.NotificationManage exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.OrgForm exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.OrgManage exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.OrgTable exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.PasswordInput exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.PersonForm exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.PersonManage exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.PersonTable exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.PowerSearchInput exposing
( Action(..)
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.Progress exposing
( progress2
, smallIndicating

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ScanMailboxForm exposing
( Action(..)
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ScanMailboxList exposing
( Action(..)
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.ScanMailboxManage exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.SearchMenu exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.SearchStatsView exposing
( nameOrLabel
, sortFields

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.SentMails exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.SourceForm exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.SourceManage exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.SourceTable exposing
( Msg
, SelectMode(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.StringListInput exposing
( ItemAction(..)
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.Tabs exposing
( State(..)
, Style

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.TagForm exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.TagManage exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.TagSelect exposing
( CategoryCount
, Model

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.TagTable exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.UiSettingsForm exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.UiSettingsManage exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.UiSettingsMigrate exposing
( Model
, Msg

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.UserForm exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.UserManage exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.UserTable exposing
( Model
, Msg(..)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Comp.YesNoDimmer exposing
( Model
, Msg(..)