diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014, Mauro Blanco, Pablo Perdomo
+Copyright (c) 2014, Mauro Blanco, Pablo Perdomo, Pablo Ezzatti, Alberto Pardo, Marcos Viera
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
diff --git a/fpnla-examples.cabal b/fpnla-examples.cabal
--- a/fpnla-examples.cabal
+++ b/fpnla-examples.cabal
@@ -1,13 +1,13 @@
 name:           fpnla-examples
-version:        0.1
+version:        0.1.1
 cabal-version:  >=1.8
 build-type:     Simple
 stability:      Experimental
-author:         Pablo Perdomo, Mauro Blanco
+author:         Mauro Blanco, Pablo Perdomo, Pablo Ezzatti, Alberto Pardo, Marcos Viera
 synopsis:       Example implementations for FPNLA library
 description:
     .
-    This package provides many example implementations of the operations defined in package @fpnla@ using various data structures and algorithms.
+    This package provides many example implementations of the operations defined in package @fpnla@ (<http://hackage.haskell.org/package/fpnla>) using various data structures and algorithms.
     .
     IMPORTANT: Many algorithms are only partially implemented
     .
@@ -29,11 +29,15 @@
     .
     Operations are parallelized using the @parallel@ framework (<http://hackage.haskell.org/package/parallel>), @Monad-Par@ (<http://hackage.haskell.org/package/monad-par>), @Repa@ (<http://hackage.haskell.org/package/repa>) and @Accelerate@ (<http://hackage.haskell.org/package/accelerate>). 
     .
+    Details about the package may be found in the paper: Towards a functional run-time for dense NLA domain. In Proceedings of the 2Nd ACM SIGPLAN Workshop on 
+    Functional High-performance Computing. New York, NY, USA. ACM, pages 85-96 (<http://www.fing.edu.uy/~mviera/papers/fhpc13.pdf>).
+    .
 tested-with:    GHC==7.6.3
 maintainer:     Pablo Perdomo <pperdomo@fing.edu.uy>, Mauro Blanco <mblanco@fing.edu.uy>
 license-file:   LICENSE
 license:        BSD3
 category:       Math, Parallelism
+copyright:      Universidad de la República, Uruguay
 
 library
   hs-source-dirs:   src
