aboutsummaryrefslogtreecommitdiff
path: root/old-tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 15:13:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 15:13:01 +0300
commitbd767361efe4b9a80010c41613a2970b06504bff (patch)
tree9cf02058c89f6f613483d54dc9e063becd1e2d62 /old-tests
parent99173955614b657f9a673bf163ade1be1f22ee31 (diff)
Drop copyright notice from source code
Diffstat (limited to 'old-tests')
-rw-r--r--old-tests/depdb/buildfile1
-rw-r--r--old-tests/depdb/driver.cxx1
-rw-r--r--old-tests/lexer/buildfile1
-rw-r--r--old-tests/lexer/driver.cxx1
-rw-r--r--old-tests/parser/buildfile1
-rw-r--r--old-tests/parser/driver.cxx1
6 files changed, 0 insertions, 6 deletions
diff --git a/old-tests/depdb/buildfile b/old-tests/depdb/buildfile
index c8b9583..8fafae2 100644
--- a/old-tests/depdb/buildfile
+++ b/old-tests/depdb/buildfile
@@ -1,5 +1,4 @@
# file : tests/depdb/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
diff --git a/old-tests/depdb/driver.cxx b/old-tests/depdb/driver.cxx
index 64668a1..b802662 100644
--- a/old-tests/depdb/driver.cxx
+++ b/old-tests/depdb/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/depdb/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/old-tests/lexer/buildfile b/old-tests/lexer/buildfile
index 534d01c..b3dade1 100644
--- a/old-tests/lexer/buildfile
+++ b/old-tests/lexer/buildfile
@@ -1,5 +1,4 @@
# file : tests/lexer/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
diff --git a/old-tests/lexer/driver.cxx b/old-tests/lexer/driver.cxx
index 0f4b578..588f062 100644
--- a/old-tests/lexer/driver.cxx
+++ b/old-tests/lexer/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/build/lexer/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/old-tests/parser/buildfile b/old-tests/parser/buildfile
index d5509ec..4f94fa4 100644
--- a/old-tests/parser/buildfile
+++ b/old-tests/parser/buildfile
@@ -1,5 +1,4 @@
# file : tests/parser/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
diff --git a/old-tests/parser/driver.cxx b/old-tests/parser/driver.cxx
index 4251f02..a5b6820 100644
--- a/old-tests/parser/driver.cxx
+++ b/old-tests/parser/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/build/parser/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cassert>