diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 20:35:36 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 20:35:36 +0300 |
commit | f7a0e23b391a5fd7a96734d62ac76916f128376e (patch) | |
tree | 4001f19d18ff42343a183b39e8ec6822ea202778 /tests/test/script/builtin | |
parent | 3fce45aadf75d5d5e1f9fea19f5a1bf04726ab68 (diff) |
Update copyright year
Diffstat (limited to 'tests/test/script/builtin')
-rw-r--r-- | tests/test/script/builtin/buildfile | 2 | ||||
-rw-r--r-- | tests/test/script/builtin/cat.test | 2 | ||||
-rw-r--r-- | tests/test/script/builtin/cp.test | 2 | ||||
-rw-r--r-- | tests/test/script/builtin/echo.test | 2 | ||||
-rw-r--r-- | tests/test/script/builtin/ln.test | 2 | ||||
-rw-r--r-- | tests/test/script/builtin/mkdir.test | 2 | ||||
-rw-r--r-- | tests/test/script/builtin/rm.test | 2 | ||||
-rw-r--r-- | tests/test/script/builtin/rmdir.test | 2 | ||||
-rw-r--r-- | tests/test/script/builtin/sed.test | 2 | ||||
-rw-r--r-- | tests/test/script/builtin/test.test | 2 | ||||
-rw-r--r-- | tests/test/script/builtin/touch.test | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/tests/test/script/builtin/buildfile b/tests/test/script/builtin/buildfile index 6f27370..7338d4c 100644 --- a/tests/test/script/builtin/buildfile +++ b/tests/test/script/builtin/buildfile @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{*} file{cp-dir/cp-file} $b diff --git a/tests/test/script/builtin/cat.test b/tests/test/script/builtin/cat.test index 0105e7c..69ff578 100644 --- a/tests/test/script/builtin/cat.test +++ b/tests/test/script/builtin/cat.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/cat.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/test/script/builtin/cp.test b/tests/test/script/builtin/cp.test index 6a26e35..e81b395 100644 --- a/tests/test/script/builtin/cp.test +++ b/tests/test/script/builtin/cp.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/cp.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/test/script/builtin/echo.test b/tests/test/script/builtin/echo.test index ac245c4..28647f4 100644 --- a/tests/test/script/builtin/echo.test +++ b/tests/test/script/builtin/echo.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/echo.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/test/script/builtin/ln.test b/tests/test/script/builtin/ln.test index 99e2bcb..8b4c30e 100644 --- a/tests/test/script/builtin/ln.test +++ b/tests/test/script/builtin/ln.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/ln.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/test/script/builtin/mkdir.test b/tests/test/script/builtin/mkdir.test index 8f97fe3..92cd2e0 100644 --- a/tests/test/script/builtin/mkdir.test +++ b/tests/test/script/builtin/mkdir.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/mkdir.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/test/script/builtin/rm.test b/tests/test/script/builtin/rm.test index 9a9ffc6..3679ff1 100644 --- a/tests/test/script/builtin/rm.test +++ b/tests/test/script/builtin/rm.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/rm.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/test/script/builtin/rmdir.test b/tests/test/script/builtin/rmdir.test index 6666f79..0e53bde 100644 --- a/tests/test/script/builtin/rmdir.test +++ b/tests/test/script/builtin/rmdir.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/rmdir.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/test/script/builtin/sed.test b/tests/test/script/builtin/sed.test index 5f3a31e..71824a1 100644 --- a/tests/test/script/builtin/sed.test +++ b/tests/test/script/builtin/sed.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/sed.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/test/script/builtin/test.test b/tests/test/script/builtin/test.test index 2e792ad..73d89bc 100644 --- a/tests/test/script/builtin/test.test +++ b/tests/test/script/builtin/test.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/test.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/test/script/builtin/touch.test b/tests/test/script/builtin/touch.test index 73a37a4..7188a21 100644 --- a/tests/test/script/builtin/touch.test +++ b/tests/test/script/builtin/touch.test @@ -1,5 +1,5 @@ # file : tests/test/script/builtin/touch.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 |