Change headers of all elm files

This commit is contained in:
eikek
2021-07-25 14:00:11 +02:00
parent 8545637a8f
commit 21eb7dad94
271 changed files with 813 additions and 542 deletions

View File

@ -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 App.Data exposing
( Model
, Msg(..)

View File

@ -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 App.Update exposing
( initPage
, update

View File

@ -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 App.View2 exposing (view)
import Api.Model.AuthResult exposing (AuthResult)