From c994c25720606157ba5de25f1edb3ce72f5ac8b7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:16:35 +0300 Subject: Update copyright year --- tests/specifier/buildfile | 2 +- tests/specifier/driver.cxx | 2 +- tests/specifier/test.cli | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/specifier') diff --git a/tests/specifier/buildfile b/tests/specifier/buildfile index 87db56e..8845378 100644 --- a/tests/specifier/buildfile +++ b/tests/specifier/buildfile @@ -1,5 +1,5 @@ # file : tests/specifier/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 exe{driver}: {hxx cxx}{* -test} cli.cxx{test} diff --git a/tests/specifier/driver.cxx b/tests/specifier/driver.cxx index 95d5f06..92db7c7 100644 --- a/tests/specifier/driver.cxx +++ b/tests/specifier/driver.cxx @@ -1,6 +1,6 @@ // file : tests/specifier/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // Test specifier functions. diff --git a/tests/specifier/test.cli b/tests/specifier/test.cli index e2f035d..e333596 100644 --- a/tests/specifier/test.cli +++ b/tests/specifier/test.cli @@ -1,6 +1,6 @@ // file : tests/specifier/test.cli // author : Boris Kolpackov -// 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 ; -- cgit