aboutsummaryrefslogtreecommitdiff
path: root/tests/sha256
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
commit7b5d1f33f434034eb7946f459c7fa76b10f620f1 (patch)
tree995c7462602e01c62fd490e8db916d871f385917 /tests/sha256
parentc61d6e14c08fec7658dbdc33c16b5feeece08fbf (diff)
Update copyright year
Diffstat (limited to 'tests/sha256')
-rw-r--r--tests/sha256/buildfile2
-rw-r--r--tests/sha256/driver.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/sha256/buildfile b/tests/sha256/buildfile
index 4116ff6..e95e218 100644
--- a/tests/sha256/buildfile
+++ b/tests/sha256/buildfile
@@ -1,5 +1,5 @@
# file : tests/sha256/buildfile
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} ../../butl/lib{butl}
diff --git a/tests/sha256/driver.cxx b/tests/sha256/driver.cxx
index ae2bd4a..10d0335 100644
--- a/tests/sha256/driver.cxx
+++ b/tests/sha256/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/triplet/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <string>