aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 17:53:21 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 17:53:21 +0300
commit0a820461fc912f969265bce8d048a6177127d270 (patch)
treef9e491fcc2d78ed402afd882e09f9c4fc3b960d2 /tests
parent02feb409f9cd6daa2702a82fbadaaacc14663bc3 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests')
-rw-r--r--tests/build/bootstrap.build1
-rw-r--r--tests/build/root.build1
-rw-r--r--tests/buildfile1
-rw-r--r--tests/driver.cxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index b42a95d..c9187a6 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index d5a73f8..0d6a072 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,4 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = experimental
diff --git a/tests/buildfile b/tests/buildfile
index 46fe0a2..681ac83 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,4 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
if! $cxx.features.modules
diff --git a/tests/driver.cxx b/tests/driver.cxx
index ef06111..08b976e 100644
--- a/tests/driver.cxx
+++ b/tests/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
import std.core;