aboutsummaryrefslogtreecommitdiff
path: root/load
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 /load
parent95d026050557a2c7cb8eec6e800c7a0524a32840 (diff)
Drop copyright notice from source code
Diffstat (limited to 'load')
-rw-r--r--load/buildfile1
-rw-r--r--load/load.cli1
-rw-r--r--load/load.cxx1
-rw-r--r--load/types-parsers.cxx1
-rw-r--r--load/types-parsers.hxx1
5 files changed, 0 insertions, 5 deletions
diff --git a/load/buildfile b/load/buildfile
index 493d067..5f6c626 100644
--- a/load/buildfile
+++ b/load/buildfile
@@ -1,5 +1,4 @@
# file : load/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libodb%lib{odb}
diff --git a/load/load.cli b/load/load.cli
index 74c91f2..1fc2e17 100644
--- a/load/load.cli
+++ b/load/load.cli
@@ -1,5 +1,4 @@
// file : load/load.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <vector>;
diff --git a/load/load.cxx b/load/load.cxx
index 83cc9e6..c54e6c6 100644
--- a/load/load.cxx
+++ b/load/load.cxx
@@ -1,5 +1,4 @@
// file : load/load.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <signal.h> // signal()
diff --git a/load/types-parsers.cxx b/load/types-parsers.cxx
index bc829f3..4c4ea9d 100644
--- a/load/types-parsers.cxx
+++ b/load/types-parsers.cxx
@@ -1,5 +1,4 @@
// file : load/types-parsers.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <load/types-parsers.hxx>
diff --git a/load/types-parsers.hxx b/load/types-parsers.hxx
index de7f001..1d2a6c9 100644
--- a/load/types-parsers.hxx
+++ b/load/types-parsers.hxx
@@ -1,5 +1,4 @@
// file : load/types-parsers.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// CLI parsers, included into the generated source files.