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