aboutsummaryrefslogtreecommitdiff
path: root/load
diff options
context:
space:
mode:
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.