mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Change headers of all elm files
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Comp.ItemDetail.AddFilesForm exposing (view)
|
||||
|
||||
import Comp.Dropzone
|
||||
|
@ -1,9 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Comp.ItemDetail.ConfirmModalView exposing (view)
|
||||
|
||||
import Comp.ConfirmModal
|
||||
|
@ -1,9 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Comp.ItemDetail.EditForm exposing (formTabs, view2)
|
||||
|
||||
import Comp.CustomFieldMultiInput
|
||||
|
@ -1,9 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Comp.ItemDetail.FieldTabState exposing (EditTab(..), allTabs, findTab, tabName, tabState)
|
||||
|
||||
import Comp.CustomFieldMultiInput
|
||||
|
@ -1,9 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Comp.ItemDetail.FormChange exposing
|
||||
( FormChange(..)
|
||||
, multiUpdate
|
||||
|
@ -1,9 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Comp.ItemDetail.ItemInfoHeader exposing (view)
|
||||
|
||||
import Api.Model.IdName exposing (IdName)
|
||||
|
@ -1,9 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Comp.ItemDetail.Model exposing
|
||||
( AttachmentRename
|
||||
, ConfirmModalValue(..)
|
||||
|
@ -1,9 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Comp.ItemDetail.MultiEditMenu exposing
|
||||
( Model
|
||||
, Msg
|
||||
|
@ -1,9 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Comp.ItemDetail.Notes exposing (view)
|
||||
|
||||
import Comp.ItemDetail.Model
|
||||
|
@ -1,9 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Comp.ItemDetail.SingleAttachment exposing (view)
|
||||
|
||||
import Api
|
||||
|
@ -1,9 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Comp.ItemDetail.Update exposing (update)
|
||||
|
||||
import Api
|
||||
|
@ -1,9 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Comp.ItemDetail.View2 exposing (view)
|
||||
|
||||
import Comp.Basic as B
|
||||
|
Reference in New Issue
Block a user