From 0a820461fc912f969265bce8d048a6177127d270 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Feb 2020 17:53:21 +0300 Subject: Drop copyright notice from source code --- tests/build/bootstrap.build | 1 - tests/build/root.build | 1 - tests/buildfile | 1 - tests/driver.cxx | 1 - 4 files changed, 4 deletions(-) (limited to 'tests') 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; -- cgit v1.1