Skip to content

Commit

Permalink
Bump year
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed May 19, 2024
1 parent aee5fa7 commit 9a5930f
Show file tree
Hide file tree
Showing 51 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2023 Andrey Mokhov
Copyright (c) 2016-2024 Andrey Mokhov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion algebraic-graphs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license-file: LICENSE
author: Andrey Mokhov <[email protected]>, github: @snowleopard
maintainer: Andrey Mokhov <[email protected]>, github: @snowleopard,
Alexandre Moine <[email protected]>, github: @nobrakal
copyright: Andrey Mokhov, 2016-2023
copyright: Andrey Mokhov, 2016-2024
homepage: https://github.com/snowleopard/alga
bug-reports: https://github.com/snowleopard/alga/issues
category: Algebra, Algorithms, Data Structures, Graphs
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Acyclic/AdjacencyMap.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Acyclic.AdjacencyMap
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/AdjacencyIntMap.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.AdjacencyIntMap
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/AdjacencyIntMap/Algorithm.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.AdjacencyIntMap.Algorithm
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : unstable
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/AdjacencyMap.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.AdjacencyMap
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/AdjacencyMap/Algorithm.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.AdjacencyMap.Algorithm
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : unstable
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Bipartite/AdjacencyMap.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Bipartite.AdjacencyMap
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Bipartite.AdjacencyMap.Algorithm
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Class.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Class
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Export.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Export
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Export/Dot.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Export.Dot
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/HigherKinded/Class.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.HigherKinded.Class
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Internal.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Internal
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Label.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Label
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Labelled.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Labelled
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Labelled/AdjacencyMap.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Labelled.AdjacencyMap
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Labelled/Example/Automaton.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Labelled.Example.Automaton
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Labelled/Example/Network.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Labelled.Example.Network
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/NonEmpty.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.NonEmpty
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/NonEmpty/AdjacencyMap.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.NonEmpty.AdjacencyMap
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Relation.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Relation
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Relation/Preorder.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Relation.Preorder
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Relation/Reflexive.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Relation.Reflexive
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Relation/Symmetric.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Relation.Symmetric
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Relation/Transitive.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Relation.Transitive
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/ToGraph.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.ToGraph
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Algebra/Graph/Undirected.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Undirected
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Graph/Typed.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Data.Graph.Typed
-- Copyright : (c) Anton Lorenzen, Andrey Mokhov 2016-2023
-- Copyright : (c) Anton Lorenzen, Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected], [email protected]
-- Stability : unstable
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/API.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.API
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/Acyclic/AdjacencyMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.Acyclic.AdjacencyMap
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/AdjacencyIntMap.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.AdjacencyIntMap
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/AdjacencyMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.AdjacencyMap
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/Arbitrary.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.Arbitrary
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/Bipartite/AdjacencyMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.Bipartite.AdjacencyMap
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/Export.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.Export
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/Generic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.Generic
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/Graph.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.Graph
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.Internal
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/Label.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.Label
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/Labelled/AdjacencyMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.Labelled.AdjacencyMap
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion test/Algebra/Graph/Test/Labelled/Graph.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Algebra.Graph.Test.Labelled.Graph
-- Copyright : (c) Andrey Mokhov 2016-2023
-- Copyright : (c) Andrey Mokhov 2016-2024
-- License : MIT (see the file LICENSE)
-- Maintainer : [email protected]
-- Stability : experimental
Expand Down
Loading

0 comments on commit 9a5930f

Please sign in to comment.