aboutsummaryrefslogtreecommitdiff
path: root/tests/command
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-02-06 08:04:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-02-06 08:04:30 +0200
commit8fa72bfb7f977e96643ab18dbda3b83595d000e5 (patch)
treee97d584b9e961eeb11bf0fb8103cdf462ea02147 /tests/command
parentd54fa4e677d1ae38e92f165f23732d2db3055b20 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests/command')
-rw-r--r--tests/command/buildfile1
-rw-r--r--tests/command/driver.cxx1
-rw-r--r--tests/command/testscript1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/command/buildfile b/tests/command/buildfile
index 27e74e8..3b71a1c 100644
--- a/tests/command/buildfile
+++ b/tests/command/buildfile
@@ -1,5 +1,4 @@
# file : tests/command/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
diff --git a/tests/command/driver.cxx b/tests/command/driver.cxx
index ef07962..0c070ab 100644
--- a/tests/command/driver.cxx
+++ b/tests/command/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/command/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/tests/command/testscript b/tests/command/testscript
index 12ddd79..40af276 100644
--- a/tests/command/testscript
+++ b/tests/command/testscript
@@ -1,5 +1,4 @@
# file : tests/command/testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cmd="'$0' -C -A" # Command that prints its arguments to stdout.