diff --git a/src/warden-client/doc/README b/src/warden-client/doc/README
index 21eb78eadb350e1fa915a6fc046b4f8fac0df921..dfd40acfa0a617c55332449cc4b8be96f0a290cf 100644
--- a/src/warden-client/doc/README
+++ b/src/warden-client/doc/README
@@ -1,5 +1,5 @@
 +----------------------------+
-| README - Warden Client 2.1 |
+| README - Warden Client 2.2 |
 +----------------------------+
 
 Content
@@ -499,5 +499,4 @@ I. Functions, Arguments and Calls
 
 --------------------------------------------------------------------------------
 
-Copyright (C) 2011-2013 Cesnet z.s.p.o
-
+Copyright (C) 2011-2015 Cesnet z.s.p.o
diff --git a/src/warden-client/doc/README.cesnet b/src/warden-client/doc/README.cesnet
index e18a83fbfc0c39e7ca1c1d4a23598f8a018cd89a..e7719ecd02e4bc06bd55492f43771f96d95f1b32 100644
--- a/src/warden-client/doc/README.cesnet
+++ b/src/warden-client/doc/README.cesnet
@@ -1,5 +1,5 @@
 +-----------------------------------+
-| README.cesnet - Warden Client 2.1 |
+| README.cesnet - Warden Client 2.2 |
 |				    |
 | CESNET Specifics                  |
 +-----------------------------------+
@@ -167,4 +167,6 @@ G. Authors of this document
     Pavel Kacha     <ph@cesnet.cz>
     Jan Soukal      <soukal@ics.muni.cz>
 
-Copyright (C) 2011-2013 Cesnet z.s.p.o
+
+--------------------------------------------------------------------------------
+Copyright (C) 2011-2015 Cesnet z.s.p.o
diff --git a/src/warden-client/sh/install.sh b/src/warden-client/sh/install.sh
index 22b9e106af7c1051159ea1add77d1953c2bf7f71..f0ef0e0f52f1d17b96de3277f44662cc1edc8874 100755
--- a/src/warden-client/sh/install.sh
+++ b/src/warden-client/sh/install.sh
@@ -2,12 +2,12 @@
 #
 # install.sh
 #
-# Copyright (C) 2011-2013 Cesnet z.s.p.o
+# Copyright (C) 2011-2015 Cesnet z.s.p.o
 #
 # Use of this source is governed by a BSD-style license, see LICENSE file.  
 
 
-VERSION="2.1"
+VERSION="2.2"
 
 #-------------------------------------------------------------------------------
 #				FUNCTIONS
diff --git a/src/warden-client/sh/uninstall.sh b/src/warden-client/sh/uninstall.sh
index 97c5acdaeb0a7cae2301545f765bc6b386cc1666..8982c8c26e012acacae03a813ef8e915ac81208f 100755
--- a/src/warden-client/sh/uninstall.sh
+++ b/src/warden-client/sh/uninstall.sh
@@ -2,11 +2,12 @@
 #
 # uninstall.sh
 #
-# Copyright (C) 2011-2013 Cesnet z.s.p.o
+# Copyright (C) 2011-2015 Cesnet z.s.p.o
 #
 # Use of this source is governed by a BSD-style license, see LICENSE file.  
 
-VERSION="2.1"
+
+VERSION="2.2"
 
 #-------------------------------------------------------------------------------
 #				FUNCTIONS
diff --git a/src/warden-client/sh/update.sh b/src/warden-client/sh/update.sh
index 228b429c9160905e5de36f3496f8e5deee09396a..287e8955815120b8b3bbe38f43db6cdcade1f1a5 100755
--- a/src/warden-client/sh/update.sh
+++ b/src/warden-client/sh/update.sh
@@ -2,12 +2,12 @@
 #
 # update.sh
 #
-# Copyright (C) 2011-2013 Cesnet z.s.p.o
+# Copyright (C) 2011-2015 Cesnet z.s.p.o
 #
 # Use of this source is governed by a BSD-style license, see LICENSE file.
 
 
-VERSION="2.1"
+VERSION="2.2"
 
 #-------------------------------------------------------------------------------
 #				FUNCTIONS