diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:01:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:01:24 +0200 |
commit | 7b5d1f33f434034eb7946f459c7fa76b10f620f1 (patch) | |
tree | 995c7462602e01c62fd490e8db916d871f385917 /butl/process.ixx | |
parent | c61d6e14c08fec7658dbdc33c16b5feeece08fbf (diff) |
Update copyright year
Diffstat (limited to 'butl/process.ixx')
-rw-r--r-- | butl/process.ixx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/process.ixx b/butl/process.ixx index d360f7e..8935adb 100644 --- a/butl/process.ixx +++ b/butl/process.ixx @@ -1,5 +1,5 @@ // file : butl/process.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <utility> // move() |