From b6235aa37eac2c91358ff058389b4391b52f4615 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 19 Feb 2015 16:33:30 +0000 Subject: [PATCH] Update copyright year. --- src/lib/config.cc | 2 +- wscript | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/config.cc b/src/lib/config.cc index da07344b5..94d8a69a2 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington + Copyright (C) 2012-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/wscript b/wscript index a10917deb..44e378a36 100644 --- a/wscript +++ b/wscript @@ -385,6 +385,7 @@ def git_revision(): cmd = "LANG= git log --abbrev HEAD^..HEAD ." output = subprocess.Popen(cmd, shell=True, stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0].splitlines() + print output o = output[0].decode('utf-8') return o.replace("commit ", "")[0:10] -- 2.30.2