diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2015 David Sorokin <david.sorokin@gmail.com>
+Copyright (c) 2012-2017 David Sorokin <david.sorokin@gmail.com>
 
 All rights reserved.
 
diff --git a/Simulation/Aivika/Experiment/Chart/Backend/Cairo.hs b/Simulation/Aivika/Experiment/Chart/Backend/Cairo.hs
--- a/Simulation/Aivika/Experiment/Chart/Backend/Cairo.hs
+++ b/Simulation/Aivika/Experiment/Chart/Backend/Cairo.hs
@@ -3,7 +3,7 @@
 
 -- |
 -- Module     : Simulation.Aivika.Experiment.Chart.Backend.Cairo
--- Copyright  : Copyright (c) 2012-2015, David Sorokin <david.sorokin@gmail.com>
+-- Copyright  : Copyright (c) 2012-2017, David Sorokin <david.sorokin@gmail.com>
 -- License    : BSD3
 -- Maintainer : David Sorokin <david.sorokin@gmail.com>
 -- Stability  : experimental
diff --git a/aivika-experiment-cairo.cabal b/aivika-experiment-cairo.cabal
--- a/aivika-experiment-cairo.cabal
+++ b/aivika-experiment-cairo.cabal
@@ -1,17 +1,21 @@
 name:            aivika-experiment-cairo
-version:         4.3.1
-synopsis:        Cairo backend for the Aivika simulation library
+version:         5.0
+synopsis:        Cairo-based charting backend for the Aivika simulation library
 description:
-    This package complements the Aivika and Aivika Experiment packages 
-    and it allows rendering the charts using the Chart-cairo library.
+    This is one of the charting backends for the aivika-experiment-chart [1] package.
+    It allows rendering charts using the Chart-cairo [2] package.
     .
+    \[1] <http://hackage.haskell.org/package/aivika-experiment-chart>
+    .
+    \[2] <http://hackage.haskell.org/package/Chart-cairo>
+    .
 category:        Simulation
 license:         BSD3
 license-file:    LICENSE
 copyright:       (c) 2012-2015. David Sorokin <david.sorokin@gmail.com>
 author:          David Sorokin
 maintainer:      David Sorokin <david.sorokin@gmail.com>
-homepage:        http://github.com/dsorokin/aivika-experiment-cairo
+homepage:        http://www.aivikasoft.com
 cabal-version:   >= 1.6
 build-type:      Simple
 tested-with:     GHC == 7.10.1
@@ -23,8 +27,8 @@
     build-depends:   base >= 3 && < 6,
                      Chart >= 1.5,
                      Chart-cairo >= 1.5,
-                     aivika-experiment >= 4.0.3,
-                     aivika-experiment-chart >= 4.3.1
+                     aivika-experiment >= 5.0,
+                     aivika-experiment-chart >= 5.0
 
     extensions:      MultiParamTypeClasses
 
