diff options
Diffstat (limited to 'clean')
-rw-r--r-- | clean/buildfile | 1 | ||||
-rw-r--r-- | clean/clean.cli | 1 | ||||
-rw-r--r-- | clean/clean.cxx | 1 |
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> |