From 8fa72bfb7f977e96643ab18dbda3b83595d000e5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Feb 2020 08:04:30 +0200 Subject: Drop copyright notice from source code --- tests/command/buildfile | 1 - tests/command/driver.cxx | 1 - tests/command/testscript | 1 - 3 files changed, 3 deletions(-) (limited to 'tests/command') 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 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. -- cgit v1.1