aboutsummaryrefslogtreecommitdiff
path: root/tests/strcase
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/strcase
parentd54fa4e677d1ae38e92f165f23732d2db3055b20 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests/strcase')
-rw-r--r--tests/strcase/buildfile1
-rw-r--r--tests/strcase/driver.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/strcase/buildfile b/tests/strcase/buildfile
index 1aab4ab..2beb712 100644
--- a/tests/strcase/buildfile
+++ b/tests/strcase/buildfile
@@ -1,5 +1,4 @@
# file : tests/strcase/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
diff --git a/tests/strcase/driver.cxx b/tests/strcase/driver.cxx
index 4ebe5f4..f9ea3b6 100644
--- a/tests/strcase/driver.cxx
+++ b/tests/strcase/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/strcase/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cassert>