aboutsummaryrefslogtreecommitdiff
path: root/tests/shared-ptr
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:48:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:48:55 +0300
commit416359f425f7035c63f1cf8f2831873d11510e76 (patch)
treeff31bbd951652751df2bb270b0395d713032ff8f /tests/shared-ptr
parentbba70704395bbc2801c9a033c1de6842b342b2a1 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests/shared-ptr')
-rw-r--r--tests/shared-ptr/buildfile1
-rw-r--r--tests/shared-ptr/driver.cxx1
-rw-r--r--tests/shared-ptr/makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/shared-ptr/buildfile b/tests/shared-ptr/buildfile
index 8fb72ed..b5e70c7 100644
--- a/tests/shared-ptr/buildfile
+++ b/tests/shared-ptr/buildfile
@@ -1,5 +1,4 @@
# file : tests/shared-ptr/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/shared-ptr/driver.cxx b/tests/shared-ptr/driver.cxx
index fd8d7f2..e0f9f78 100644
--- a/tests/shared-ptr/driver.cxx
+++ b/tests/shared-ptr/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/shared-ptr/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/shared-ptr/makefile b/tests/shared-ptr/makefile
index 34057c9..c4b2055 100644
--- a/tests/shared-ptr/makefile
+++ b/tests/shared-ptr/makefile
@@ -1,5 +1,4 @@
# file : tests/shared-ptr/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make