diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 20:35:36 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 20:35:36 +0300 |
commit | f7a0e23b391a5fd7a96734d62ac76916f128376e (patch) | |
tree | 4001f19d18ff42343a183b39e8ec6822ea202778 /unit-tests/cc/parser | |
parent | 3fce45aadf75d5d5e1f9fea19f5a1bf04726ab68 (diff) |
Update copyright year
Diffstat (limited to 'unit-tests/cc/parser')
-rw-r--r-- | unit-tests/cc/parser/buildfile | 2 | ||||
-rw-r--r-- | unit-tests/cc/parser/driver.cxx | 2 | ||||
-rw-r--r-- | unit-tests/cc/parser/module.test | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/unit-tests/cc/parser/buildfile b/unit-tests/cc/parser/buildfile index 0c04bb1..c01c1c0 100644 --- a/unit-tests/cc/parser/buildfile +++ b/unit-tests/cc/parser/buildfile @@ -1,5 +1,5 @@ # file : unit-tests/cc/parser/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file include ../../../build2/ diff --git a/unit-tests/cc/parser/driver.cxx b/unit-tests/cc/parser/driver.cxx index 19d85e8..7332b2d 100644 --- a/unit-tests/cc/parser/driver.cxx +++ b/unit-tests/cc/parser/driver.cxx @@ -1,5 +1,5 @@ // file : unit-tests/cc/parser/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> diff --git a/unit-tests/cc/parser/module.test b/unit-tests/cc/parser/module.test index 45e621c..e1f9b0c 100644 --- a/unit-tests/cc/parser/module.test +++ b/unit-tests/cc/parser/module.test @@ -1,5 +1,5 @@ # file : unit-tests/cc/parser/module.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test C++ module constructs. |