aboutsummaryrefslogtreecommitdiff
path: root/tests/xml/parser
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:30:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:30:59 +0300
commit16f925da6f7b94c77f0e7a7f6132030d28fe276e (patch)
tree4be74ad44ac0c61f833e2b6afba4bee46cfcc6bf /tests/xml/parser
parent5706d11d311760ef13d32616b46da060e0f35141 (diff)
Update copyright year
Diffstat (limited to 'tests/xml/parser')
-rw-r--r--tests/xml/parser/driver.cxx2
-rw-r--r--tests/xml/parser/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/xml/parser/driver.cxx b/tests/xml/parser/driver.cxx
index f5b8578..11f4e67 100644
--- a/tests/xml/parser/driver.cxx
+++ b/tests/xml/parser/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/xml/parser/driver.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/xml/parser/makefile b/tests/xml/parser/makefile
index aaa7646..3aef97d 100644
--- a/tests/xml/parser/makefile
+++ b/tests/xml/parser/makefile
@@ -1,5 +1,5 @@
# file : tests/xml/parser/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make