mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Add copyright header to source files
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
module App.Data exposing
|
||||
( Model
|
||||
, Msg(..)
|
||||
|
@ -1,3 +1,9 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
module App.Update exposing
|
||||
( initPage
|
||||
, update
|
||||
|
@ -1,3 +1,9 @@
|
||||
{-
|
||||
Copyright 2020 Docspell Contributors
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-}
|
||||
|
||||
module App.View2 exposing (view)
|
||||
|
||||
import Api.Model.AuthResult exposing (AuthResult)
|
||||
|
Reference in New Issue
Block a user