diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 20:25:43 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 20:25:43 +0300 |
commit | 0ff1a22db2bc2664e539289ab8caebbbd1c2e71b (patch) | |
tree | 4cf5e125154680ff81a50e205e83a0bbccf549f5 /tests/small-vector | |
parent | bc96171cb768a7d32720eb3c0b5363f2ae2c252c (diff) |
Update copyright year
Diffstat (limited to 'tests/small-vector')
-rw-r--r-- | tests/small-vector/buildfile | 2 | ||||
-rw-r--r-- | tests/small-vector/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/small-vector/buildfile b/tests/small-vector/buildfile index 3d4d1b4..fcfe948 100644 --- a/tests/small-vector/buildfile +++ b/tests/small-vector/buildfile @@ -1,5 +1,5 @@ # file : tests/small-vector/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/small-vector/driver.cxx b/tests/small-vector/driver.cxx index a9f1584..6fb2b67 100644 --- a/tests/small-vector/driver.cxx +++ b/tests/small-vector/driver.cxx @@ -1,5 +1,5 @@ // file : tests/small-vector/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <cassert> |