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