aboutsummaryrefslogtreecommitdiff
path: root/tests/compiler/cxx-indenter
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 12:52:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 12:52:21 +0200
commit4387e824764b3e7ac1466c34a4cc81701cca4f67 (patch)
tree26c5b83e7bc1cb46101b48235e07670a6fc5dd9b /tests/compiler/cxx-indenter
parentc1ae16a53f52e282e15959e137a773c79e43e473 (diff)
Update copyright year
Diffstat (limited to 'tests/compiler/cxx-indenter')
-rw-r--r--tests/compiler/cxx-indenter/buildfile2
-rw-r--r--tests/compiler/cxx-indenter/driver.cxx2
-rw-r--r--tests/compiler/cxx-indenter/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/compiler/cxx-indenter/buildfile b/tests/compiler/cxx-indenter/buildfile
index aad54c6..f764b10 100644
--- a/tests/compiler/cxx-indenter/buildfile
+++ b/tests/compiler/cxx-indenter/buildfile
@@ -1,5 +1,5 @@
# file : tests/compiler/cxx-indenter/buildfile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx
index 665c6ab..e35707b 100644
--- a/tests/compiler/cxx-indenter/driver.cxx
+++ b/tests/compiler/cxx-indenter/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/compiler/cxx-indenter/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/tests/compiler/cxx-indenter/makefile b/tests/compiler/cxx-indenter/makefile
index da5dbe0..ac25896 100644
--- a/tests/compiler/cxx-indenter/makefile
+++ b/tests/compiler/cxx-indenter/makefile
@@ -1,5 +1,5 @@
# file : tests/compiler/cxx-indenter/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make