aboutsummaryrefslogtreecommitdiff
path: root/tests/compiler/sloc-counter
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/compiler/sloc-counter
parent5706d11d311760ef13d32616b46da060e0f35141 (diff)
Update copyright year
Diffstat (limited to 'tests/compiler/sloc-counter')
-rw-r--r--tests/compiler/sloc-counter/buildfile2
-rw-r--r--tests/compiler/sloc-counter/driver.cxx2
-rw-r--r--tests/compiler/sloc-counter/makefile2
-rw-r--r--tests/compiler/sloc-counter/testscript2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/compiler/sloc-counter/buildfile b/tests/compiler/sloc-counter/buildfile
index 2461b75..a853f80 100644
--- a/tests/compiler/sloc-counter/buildfile
+++ b/tests/compiler/sloc-counter/buildfile
@@ -1,5 +1,5 @@
# file : tests/compiler/sloc-counter/buildfile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/compiler/sloc-counter/driver.cxx b/tests/compiler/sloc-counter/driver.cxx
index 32408cd..e43115d 100644
--- a/tests/compiler/sloc-counter/driver.cxx
+++ b/tests/compiler/sloc-counter/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/compiler/sloc-counter/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 <fstream>
diff --git a/tests/compiler/sloc-counter/makefile b/tests/compiler/sloc-counter/makefile
index 4edd8e5..10acabd 100644
--- a/tests/compiler/sloc-counter/makefile
+++ b/tests/compiler/sloc-counter/makefile
@@ -1,5 +1,5 @@
# file : tests/compiler/sloc-counter/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
diff --git a/tests/compiler/sloc-counter/testscript b/tests/compiler/sloc-counter/testscript
index f5a90f9..33793ce 100644
--- a/tests/compiler/sloc-counter/testscript
+++ b/tests/compiler/sloc-counter/testscript
@@ -1,5 +1,5 @@
# file : tests/compiler/sloc-counter/testscript
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# @@ BUG: adding blank lines at the end increases the count.