diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-06 08:04:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-06 08:04:30 +0200 |
commit | 8fa72bfb7f977e96643ab18dbda3b83595d000e5 (patch) | |
tree | e97d584b9e961eeb11bf0fb8103cdf462ea02147 /tests/timestamp | |
parent | d54fa4e677d1ae38e92f165f23732d2db3055b20 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'tests/timestamp')
-rw-r--r-- | tests/timestamp/buildfile | 1 | ||||
-rw-r--r-- | tests/timestamp/driver.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/timestamp/buildfile b/tests/timestamp/buildfile index 6da0f57..605ccfd 100644 --- a/tests/timestamp/buildfile +++ b/tests/timestamp/buildfile @@ -1,5 +1,4 @@ # file : tests/timestamp/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/timestamp/driver.cxx b/tests/timestamp/driver.cxx index fbed9ec..1746c2e 100644 --- a/tests/timestamp/driver.cxx +++ b/tests/timestamp/driver.cxx @@ -1,5 +1,4 @@ // file : tests/timestamp/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <time.h> // tzset() (POSIX), _tzset() (Windows) |