mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-30 08:38:22 +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 Page.Upload.Data 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 Page.Upload.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 Page.Upload.View2 exposing (viewContent, viewSidebar)
|
||||
|
||||
import Comp.Dropzone
|
||||
|
Reference in New Issue
Block a user