From f7a0e23b391a5fd7a96734d62ac76916f128376e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 20:35:36 +0300 Subject: Update copyright year --- tests/value/buildfile | 2 +- tests/value/concat.test | 2 +- tests/value/reverse.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/value') diff --git a/tests/value/buildfile b/tests/value/buildfile index ac45282..1ab26d5 100644 --- a/tests/value/buildfile +++ b/tests/value/buildfile @@ -1,5 +1,5 @@ # file : tests/value/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{*} $b diff --git a/tests/value/concat.test b/tests/value/concat.test index 8cf6e38..79f004c 100644 --- a/tests/value/concat.test +++ b/tests/value/concat.test @@ -1,5 +1,5 @@ # file : tests/value/concat.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/value/reverse.test b/tests/value/reverse.test index a323935..5208536 100644 --- a/tests/value/reverse.test +++ b/tests/value/reverse.test @@ -1,5 +1,5 @@ # file : tests/value/reverse.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test reversal to canonical/original representation. -- cgit v1.1