From: Carl Hetherington Date: Thu, 19 Feb 2015 16:33:30 +0000 (+0000) Subject: Update copyright year. X-Git-Tag: v2.0.48~193 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=inline;h=b6235aa37eac2c91358ff058389b4391b52f4615;p=dcpomatic.git Update copyright year. --- 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]