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 Util.Address exposing (toString)
import Api.Model.Address exposing (Address)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.Contact exposing (toString)
import Api.Model.Contact exposing (Contact)

View File

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

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.Duration exposing (Duration, toHuman)
-- 486ms -> 12s -> 1:05 -> 59:45 -> 1:02:12

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.File exposing (makeFileId)
import File exposing (File)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.Folder exposing
( isFolderMember
, mkFolderOption

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.Html exposing
( KeyCode(..)
, checkbox2

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.Http exposing
( authDelete
, authGet

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.ItemDragDrop exposing
( DragDropData
, Dropped

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.List exposing
( distinct
, dropRight

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.Maybe exposing
( filter
, fromString

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.Person exposing (mkPersonOption)
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 Util.Result exposing (fold)

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.Size exposing
( SizeUnit(..)
, bytesReadable

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.String exposing
( crazyEncode
, ellipsis

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.Tag exposing
( catSettings
, getCategories

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.Time exposing (formatIsoDateTime)
import DateFormat

View File

@ -1,3 +1,9 @@
{-
Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later
-}
module Util.Update exposing
( andThen1
, andThen2