aboutsummaryrefslogtreecommitdiff
path: root/tests/base64
diff options
context:
space:
mode:
Diffstat (limited to 'tests/base64')
-rw-r--r--tests/base64/buildfile2
-rw-r--r--tests/base64/driver.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/base64/buildfile b/tests/base64/buildfile
index f4ee9ac..c85126a 100644
--- a/tests/base64/buildfile
+++ b/tests/base64/buildfile
@@ -1,5 +1,5 @@
# file : tests/base64/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
diff --git a/tests/base64/driver.cxx b/tests/base64/driver.cxx
index a713a76..7870424 100644
--- a/tests/base64/driver.cxx
+++ b/tests/base64/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/base64/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cassert>