aboutsummaryrefslogtreecommitdiff
path: root/clean
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 16:11:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 16:11:48 +0300
commitd1c466745c1bb3c8267100eb3bc6d11ef6b3cc25 (patch)
tree4f766c08db311e0f65fcd961c95c429f6c000d3c /clean
parent95d026050557a2c7cb8eec6e800c7a0524a32840 (diff)
Drop copyright notice from source code
Diffstat (limited to 'clean')
-rw-r--r--clean/buildfile1
-rw-r--r--clean/clean.cli1
-rw-r--r--clean/clean.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/clean/buildfile b/clean/buildfile
index a183ff5..1fc0d8a 100644
--- a/clean/buildfile
+++ b/clean/buildfile
@@ -1,5 +1,4 @@
# file : clean/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libodb%lib{odb}
diff --git a/clean/clean.cli b/clean/clean.cli
index 434b32f..3c710fe 100644
--- a/clean/clean.cli
+++ b/clean/clean.cli
@@ -1,5 +1,4 @@
// file : clean/clean.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <vector>;
diff --git a/clean/clean.cxx b/clean/clean.cxx
index a48308b..edc8cd9 100644
--- a/clean/clean.cxx
+++ b/clean/clean.cxx
@@ -1,5 +1,4 @@
// file : clean/clean.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <map>