summaryrefslogtreecommitdiff
path: root/unit-tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:16:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:16:35 +0300
commitc994c25720606157ba5de25f1edb3ce72f5ac8b7 (patch)
tree66d1aafe48f8624b887fb374c51bab01e4e75ef3 /unit-tests
parent07bb1c6ca91ad2983ddd1076c550c09cc6a09fdb (diff)
Update copyright year
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/lexer/buildfile2
-rw-r--r--unit-tests/lexer/driver.cxx2
-rw-r--r--unit-tests/lexer/testscript2
-rw-r--r--unit-tests/parser/buildfile2
-rw-r--r--unit-tests/parser/driver.cxx2
-rw-r--r--unit-tests/parser/testscript2
6 files changed, 6 insertions, 6 deletions
diff --git a/unit-tests/lexer/buildfile b/unit-tests/lexer/buildfile
index ce2929a..691f80e 100644
--- a/unit-tests/lexer/buildfile
+++ b/unit-tests/lexer/buildfile
@@ -1,5 +1,5 @@
# file : unit-tests/lexer/buildfile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include ../../cli/
diff --git a/unit-tests/lexer/driver.cxx b/unit-tests/lexer/driver.cxx
index ef637cc..3f88bb2 100644
--- a/unit-tests/lexer/driver.cxx
+++ b/unit-tests/lexer/driver.cxx
@@ -1,6 +1,6 @@
// file : unit-tests/lexer/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/unit-tests/lexer/testscript b/unit-tests/lexer/testscript
index f08ba22..da3b87c 100644
--- a/unit-tests/lexer/testscript
+++ b/unit-tests/lexer/testscript
@@ -1,5 +1,5 @@
# file : unit-tests/lexer/testscript
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# @@ Give tests some meaningfull descriptions.
diff --git a/unit-tests/parser/buildfile b/unit-tests/parser/buildfile
index 429d62f..941fe51 100644
--- a/unit-tests/parser/buildfile
+++ b/unit-tests/parser/buildfile
@@ -1,5 +1,5 @@
# file : unit-tests/parser/buildfile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include ../../cli/
diff --git a/unit-tests/parser/driver.cxx b/unit-tests/parser/driver.cxx
index 498593a..b60716c 100644
--- a/unit-tests/parser/driver.cxx
+++ b/unit-tests/parser/driver.cxx
@@ -1,6 +1,6 @@
// file : unit-tests/parser/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/unit-tests/parser/testscript b/unit-tests/parser/testscript
index 19e9aa1..039e7b6 100644
--- a/unit-tests/parser/testscript
+++ b/unit-tests/parser/testscript
@@ -1,5 +1,5 @@
# file : unit-tests/parser/testscript
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# @@ Give tests some meaningfull descriptions. Probably move c++-style comments